Add new port games/colorcode:

ColorCode is a free advanced MasterMind clone with lots of different
game variants, from the very easy up to really challenging ones.

WWW:	http://colorcode.laebisch.com/
This commit is contained in:
Max Brazhnikov 2010-10-16 19:51:03 +00:00
parent 5608a4329e
commit 6c3e7b6962
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263109
3 changed files with 49 additions and 0 deletions

38
games/colorcode/Makefile Normal file
View file

@ -0,0 +1,38 @@
# New ports collection makefile for: colorcode
# Date created: 2010-10-16
# Whom: Max Brazhnikov <makc@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= colorcode
PORTVERSION= 0.6.1
CATEGORIES= games
MASTER_SITES= http://colorcode.laebisch.com/download/
DISTNAME= ColorCode-${PORTVERSION}
MAINTAINER= makc@FreeBSD.org
COMMENT= A free advanced MasterMind game and solver
USE_QT_VER= 4
QT_COMPONENTS= gui moc_build qmake_build rcc_build uic_build
HAS_CONFIGURE= yes
WRKSRC= ${WRKDIR}/ColorCode
DESKTOP_ENTRIES= "ColorCode" "Advanced MasterMind game and solver" \
"${PREFIX}/share/pixmaps/colorcode.png" "colorcode" \
"Application;LogicGame;Game;" false
PLIST_FILES= bin/colorcode \
share/pixmaps/colorcode.png
do-configure:
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS}
do-install:
${MKDIR} ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/colorcode ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKSRC}/img/cc64.png ${PREFIX}/share/pixmaps/colorcode.png
.include <bsd.port.mk>

3
games/colorcode/distinfo Normal file
View file

@ -0,0 +1,3 @@
MD5 (ColorCode-0.6.1.tar.gz) = 371f1c31a1a96990773211cd4ccca800
SHA256 (ColorCode-0.6.1.tar.gz) = a2cdd56f29a6cd54d806eed8df9ab1c8d8d464e5dbc0cbb7413f98af21888728
SIZE (ColorCode-0.6.1.tar.gz) = 154485

View file

@ -0,0 +1,8 @@
ColorCode is a free advanced MasterMind clone with lots of different
game variants, from the very easy up to really challenging ones.
You can combine any color count from 2-10 with any column count
from 2-5 and allow or not pegs of the same color. Or you may select
one of the 5 predefined levels of difficulty. ColorCode has also a
rather intelligent built-in MasterMind solver.
WWW: http://colorcode.laebisch.com/