op 956010c76a pledge x11/xcape
add a simple patch to pledge("stdio") xcape.  Tested also by Thim
Cederlund, thanks!
2022-09-11 07:27:29 +00:00

22 lines
330 B
Makefile

COMMENT = configure a modifier key when pressed and released by itself
GH_ACCOUNT = alols
GH_PROJECT = xcape
GH_TAGNAME = v1.2
REVISION = 0
CATEGORIES = x11
# GPLv3+
PERMIT_PACKAGE = Yes
# uses pledge()
WANTLIB += X11 Xtst c pthread
MAKE_FLAGS = PREFIX=${PREFIX} \
MANDIR="/man/man1"
NO_TEST = Yes
.include <bsd.port.mk>