diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-07 02:07:26 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-07 02:07:26 +0000 |
commit | 5dd37213f549b0d2fd158b1fa8024daeda2acfb2 (patch) | |
tree | 4e5353da2c1d4f4f59bf9fc12fe364c7887a9f49 /games/colorcode | |
parent | 5fa1ec89fceb95ba8e0ff259f73e7e55da5383c2 (diff) |
Notes
Diffstat (limited to 'games/colorcode')
-rw-r--r-- | games/colorcode/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/games/colorcode/Makefile b/games/colorcode/Makefile index bcd6688f792b..cbece1047dea 100644 --- a/games/colorcode/Makefile +++ b/games/colorcode/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: colorcode -# Date created: 2010-10-16 -# Whom: Max Brazhnikov <makc@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= colorcode PORTVERSION= 0.7.2 @@ -13,15 +8,15 @@ MASTER_SITES= http://colorcode.laebisch.com/download/ DISTNAME= ColorCode-${PORTVERSION} MAINTAINER= makc@FreeBSD.org -COMMENT= A free advanced MasterMind game and solver +COMMENT= Advanced MasterMind game and solver USE_QT4= gui moc_build qmake_build rcc_build uic_build HAS_CONFIGURE= yes WRKSRC= ${WRKDIR}/ColorCode-${PORTVERSION} -DESKTOP_ENTRIES= "ColorCode" "Advanced MasterMind game and solver" \ +DESKTOP_ENTRIES= "ColorCode" "${COMMENT}" \ "${PREFIX}/share/pixmaps/colorcode.png" "colorcode" \ - "Application;LogicGame;Game;" false + "LogicGame;Game;Qt;" false PLIST_FILES= bin/colorcode \ share/pixmaps/colorcode.png |