opnsense-ports/graphics/xoris/Makefile
Franco Fichtner 62b2f67211 */*: sync with upstream
Taken from: FreeBSD
2022-07-21 08:10:06 +02:00

22 lines
447 B
Makefile

PORTNAME= xoris
PORTVERSION= 0.1e
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= alexander.gromnitsky@gmail.com
COMMENT= X11 pixel color grabber
USES= imake xorg
USE_XORG= x11
OPTIONS_DEFINE= DOCS
DOCS_SUB_FILES= pkg-message
post-install:
${INSTALL_SCRIPT} ${FILESDIR}/xoris-run.sh ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>