Files
ports/x11/fnott/Makefile
T
Rene Ladan a7d2ae454e Remove support for FreeBSD 12.1 from various ports.
FreeBSD 12.1 reached end-of-life today. Adjust the message
for the wine ports while here, since stable/13 has branched.

Submitted by:	rene
Reviewed by:	jbeich, mandree, mat, osa
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D28406
2021-02-01 12:42:53 +00:00

33 lines
844 B
Makefile

# $FreeBSD$
PORTNAME= fnott
DISTVERSION= 1.0.1
CATEGORIES= x11
MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Keyboard-driven notification daemon for wlroots-based compositors
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
tllist>=1.0.1:devel/tllist \
wayland-protocols>0:graphics/wayland-protocols \
scdoc:textproc/scdoc
LIB_DEPENDS= libdbus-1.so:devel/dbus \
libepoll-shim.so:devel/libepoll-shim \
libpng.so:graphics/png \
libwayland-client.so:graphics/wayland \
libfcft.so:x11-fonts/fcft
USES= compiler:c11 meson pkgconfig xorg
USE_XORG= pixman
WRKSRC= ${WRKDIR}/${PORTNAME}
post-patch:
@${REINPLACE_CMD} 's,/usr/local,${PREFIX},g' \
${WRKSRC}/xdg.c
.include <bsd.port.mk>