diff options
Diffstat (limited to 'games')
-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 |