Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/deskutils/clipnotify/Makefile
16124 views
# Created by: Nicola Stanislao Vitale <[email protected]>

PORTNAME=	clipnotify
DISTVERSION=	1.0.2
CATEGORIES=	deskutils

MAINTAINER=	[email protected]
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>