2010-10-16 21:51:03 +02:00
|
|
|
PORTNAME= colorcode
|
2015-11-06 14:02:22 +01:00
|
|
|
PORTVERSION= 0.8.5
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 2
|
2010-10-16 21:51:03 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://colorcode.laebisch.com/download/
|
|
|
|
DISTNAME= ColorCode-${PORTVERSION}
|
|
|
|
|
2016-10-20 17:58:12 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-01-07 03:07:26 +01:00
|
|
|
COMMENT= Advanced MasterMind game and solver
|
2010-10-16 21:51:03 +02:00
|
|
|
|
2017-12-07 18:53:38 +01:00
|
|
|
LICENSE= GPLv3+
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2019-02-04 12:49:35 +01:00
|
|
|
USES= compiler:c++11-lang qmake qt:5
|
2018-06-28 19:39:53 +02:00
|
|
|
USE_QT= core gui widgets buildtools_build
|
2011-03-10 17:52:26 +01:00
|
|
|
WRKSRC= ${WRKDIR}/ColorCode-${PORTVERSION}
|
2010-10-16 21:51:03 +02:00
|
|
|
|
2017-12-07 18:53:38 +01:00
|
|
|
DESKTOP_ENTRIES=ColorCode \
|
|
|
|
"" \
|
|
|
|
colorcode \
|
|
|
|
colorcode \
|
|
|
|
"LogicGame;Game;Qt;" \
|
|
|
|
true
|
2010-10-16 21:51:03 +02:00
|
|
|
|
|
|
|
PLIST_FILES= bin/colorcode \
|
|
|
|
share/pixmaps/colorcode.png
|
|
|
|
|
|
|
|
do-install:
|
2013-10-08 18:03:13 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/colorcode ${STAGEDIR}${PREFIX}/bin
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/img/cc64.png ${STAGEDIR}${PREFIX}/share/pixmaps/colorcode.png
|
2010-10-16 21:51:03 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|