freebsd-ports/x11/hhpc/Makefile
Dmitri Goutnik b6bd0cf737 Change my maintainer email
Approved by:	tz (mentor), portmgr (adamw)
Differential Revision:	https://reviews.freebsd.org/D21677
2019-09-16 20:55:08 +00:00

31 lines
610 B
Makefile

# Created by: Dmitri Goutnik <dg@syrec.org>
# $FreeBSD$
PORTNAME= hhpc
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.1
CATEGORIES= x11
MAINTAINER= dmgk@FreeBSD.org
COMMENT= Small X11 utility to hide the mouse pointer when unused
LICENSE= BSD3CLAUSE
USES= gmake localbase pkgconfig
USE_XORG= x11
USE_GITHUB= yes
GH_ACCOUNT= aktau
ALL_TARGET= release
PLIST_FILES= bin/hhpc
PORTDOCS= README.md
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hhpc ${STAGEDIR}${PREFIX}/bin/
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>