opnsense-ports/games/colorcode/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

28 lines
733 B
Makefile

# $FreeBSD$
PORTNAME= colorcode
PORTVERSION= 0.7.2
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://colorcode.laebisch.com/download/
DISTNAME= ColorCode-${PORTVERSION}
MAINTAINER= makc@FreeBSD.org
COMMENT= Advanced MasterMind game and solver
USE_QT4= gui moc_build rcc_build uic_build
USES= qmake
WRKSRC= ${WRKDIR}/ColorCode-${PORTVERSION}
DESKTOP_ENTRIES= "ColorCode" "${COMMENT}" \
"${PREFIX}/share/pixmaps/colorcode.png" "colorcode" \
"LogicGame;Game;Qt;" true
PLIST_FILES= bin/colorcode \
share/pixmaps/colorcode.png
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/colorcode ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/img/cc64.png ${STAGEDIR}${PREFIX}/share/pixmaps/colorcode.png
.include <bsd.port.mk>