diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-05-06 06:41:55 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-05-06 06:41:55 +0000 |
commit | 3464e55508efe40b744d2b58aa8cd12a618ae4f4 (patch) | |
tree | dbeb6a855bf35f2a49fe7fad37819cf8f33f26f9 /games/cutemaze | |
parent | 04394ac6a55016adfda9913e1b1bf3e8caccfa17 (diff) |
Notes
Diffstat (limited to 'games/cutemaze')
-rw-r--r-- | games/cutemaze/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/cutemaze/Makefile b/games/cutemaze/Makefile index c41e0e5d7007..6a27ea93e393 100644 --- a/games/cutemaze/Makefile +++ b/games/cutemaze/Makefile @@ -7,15 +7,14 @@ CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Simple, top-down game in which mazes are randomly generated LICENSE= GPLv3 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= qmake -USE_BZIP2= yes +USES= qmake tar:bzip2 USE_QT4= moc_build rcc_build uic_build iconengines_run imageformats_run \ corelib gui svg INSTALLS_ICONS= yes |