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@
22 lines
337 B
Makefile
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>
|