op 86b35dd3a3 import clipnotify-1.0.2
clipnotify waits until a new selection is available and then exits.
It is primarly made for clipmenu, but it can be used in shell scripts.

from Thim Cederlund, thanks!  ok sthen@
2022-04-13 17:36:01 +00:00

22 lines
337 B
Makefile

COMMENT = notify on X clipboard events
GH_ACCOUNT = cdown
GH_PROJECT = clipnotify
GH_TAGNAME = 1.0.2
CATEGORIES = x11
MAINTAINER = Thim Cederlund <thim@cederlund.de>
# Unlicense
PERMIT_PACKAGE = Yes
WANTLIB = X11 Xfixes c
NO_TEST = Yes
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/clipnotify ${PREFIX}/bin/
.include <bsd.port.mk>