freebsd-ports/deskutils/clipnotify/Makefile
Nicola Vitale 01705733ec clipnotify is a simple program that, using the XFIXES extension to X11,
waits until a new selection is available and then exits.

It was primarily designed for clipmenu, to avoid polling for new selections.

WWW: https://github.com/cdown/clipnotify
2020-09-25 19:43:32 +00:00

29 lines
560 B
Makefile

# Created by: Nicola Stanislao Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= clipnotify
DISTVERSION= 1.0.2
CATEGORIES= deskutils
MAINTAINER= nivit@FreeBSD.org
COMMENT= Program to notify on new X clipboard events
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= xorg
PLIST_FILES= bin/${PORTNAME}
USE_XORG= x11 xfixes
USE_GITHUB= yes
GH_ACCOUNT= cdown
post-extract:
@${REINPLACE_CMD} -e 's,/usr/X11R6,$${LOCALBASE},g' ${WRKSRC}/Makefile
do-install:
@cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>