diff options
Diffstat (limited to 'games/simsu/Makefile')
-rw-r--r-- | games/simsu/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/simsu/Makefile b/games/simsu/Makefile index fbab308acd3d..f0302343a1bb 100644 --- a/games/simsu/Makefile +++ b/games/simsu/Makefile @@ -1,4 +1,4 @@ -# Created by: nemysis <nemysis@gmx.ch> +# Created by: Rusmir Dusko <nemysis@FreeBSD.org> # $FreeBSD$ PORTNAME= simsu @@ -8,13 +8,12 @@ CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ EXTRACT_SUFX= -src.tar.bz2 -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Basic Sudoku game LICENSE= GPLv3 -USES= qmake -USE_BZIP2= yes +USES= qmake tar:bzip2 USE_QT4= moc_build rcc_build uic_build iconengines_run imageformats_run \ gui INSTALLS_ICONS= yes |