forked from Lainports/freebsd-ports
Some useful new features have been added since upstream tagged 1.0.2. - c04a22ed Add loop mode - 094dd7e2 Add -s option to monitor specific selections Approved by: nivit (maintainer timeout) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D40404
26 lines
560 B
Makefile
26 lines
560 B
Makefile
PORTNAME= clipnotify
|
|
DISTVERSION= 1.0.2-6
|
|
DISTVERSIONSUFFIX= -g25ba143
|
|
CATEGORIES= deskutils
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Program to notify on new X clipboard events
|
|
WWW= https://github.com/cdown/clipnotify
|
|
|
|
LICENSE= PD
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= xorg
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= cdown
|
|
USE_XORG= x11 xfixes
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
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>
|