diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-05-05 22:02:09 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-05-05 22:02:09 +0000 |
commit | 8bad47274cae3c356b2694667f06fe93b92daae9 (patch) | |
tree | ce9bbdc8a9d9a4f6a2d3ac3178a740ba21952745 /games/simsu | |
parent | 553b3f128934151de20c2654fe8721827e2129df (diff) | |
download | ports-8bad47274cae3c356b2694667f06fe93b92daae9.tar.gz ports-8bad47274cae3c356b2694667f06fe93b92daae9.zip |
Notes
Diffstat (limited to 'games/simsu')
-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 |