mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
31 lines
831 B
Makefile
31 lines
831 B
Makefile
PORTNAME= fnott
|
|
DISTVERSION= 1.1.0
|
|
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>
|