1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/x11/hhpc/Makefile
Alexey Dokuchaev a247b2f47d Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
2018-01-11 14:18:01 +00:00

32 lines
606 B
Makefile

# Created by: Dmitri Goutnik <dg@syrec.org>
# $FreeBSD$
PORTNAME= hhpc
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.1
CATEGORIES= x11
MAINTAINER= dg@syrec.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>