openbsd-ports/x11/xnotify/Makefile
op 77f67502ed update x11/xnotify to 0.9.3
fixes a small issue in the manpage and tighnens pledge (previously was
"stdio rpath unix", now "stdio rpath" by pledging after XOpenDisplay.)

ok maintainer Mattia Chiozzi
2023-01-14 13:10:38 +00:00

25 lines
423 B
Makefile

COMMENT = display notifications read from standard input
GH_ACCOUNT = phillbush
GH_PROJECT = xnotify
GH_TAGNAME = v0.9.3
CATEGORIES = x11
MAINTAINER = Mattia Chiozzi <mattia@chiozzi.cc>
# MIT
PERMIT_PACKAGE = yes
# uses pledge()
WANTLIB += Imlib2 X11 Xft Xinerama c fontconfig
LIB_DEPENDS = graphics/imlib2
FAKE_FLAGS = MANPREFIX="${TRUEPREFIX}/man" \
PREFIX="${TRUEPREFIX}"
NO_TEST = Yes
.include <bsd.port.mk>