diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-05-06 14:41:55 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-05-06 14:41:55 +0800 |
commit | 37ac5d30ea89d5091c2dca7fdbdd3d101bf28e65 (patch) | |
tree | dbeb6a855bf35f2a49fe7fad37819cf8f33f26f9 /games | |
parent | b40279313df556fcda24e560551632e73afa4d15 (diff) | |
download | freebsd-ports-gnome-37ac5d30ea89d5091c2dca7fdbdd3d101bf28e65.tar.gz freebsd-ports-gnome-37ac5d30ea89d5091c2dca7fdbdd3d101bf28e65.tar.zst freebsd-ports-gnome-37ac5d30ea89d5091c2dca7fdbdd3d101bf28e65.zip |
- Transfer maintainership to games@ team
- Use tar:bzip2 instead of USE_BZIP2=yes
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 |