diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-05-02 15:44:31 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-05-02 15:44:31 +0000 |
commit | 57e1777e91936a84f4ca0ca0ab62fdc9da78cf30 (patch) | |
tree | e6b1a7c7ffffd837564fbbe1f9a0848492688cc0 /games/iceicepenguin | |
parent | b243855f9fc4ac76491afe1408b402df03c025d4 (diff) |
Notes
Diffstat (limited to 'games/iceicepenguin')
-rw-r--r-- | games/iceicepenguin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/iceicepenguin/Makefile b/games/iceicepenguin/Makefile index 694edac05cbd..45440d28f0b8 100644 --- a/games/iceicepenguin/Makefile +++ b/games/iceicepenguin/Makefile @@ -1,4 +1,4 @@ -# Created by: nemysis <nemysis@gmx.ch> +# Created by: Rusmir Dusko <nemysis@FreeBSD.org> # $FreeBSD$ PORTNAME= iceicepenguin @@ -11,7 +11,7 @@ DISTFILES= iip.${DISTVERSION}-final${EXTRACT_SUFX} \ ${PORTNAME}_icons_1${EXTRACT_SUFX}:icons DIST_SUBDIR= python -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Remake of an old SEGA Dreamcast game called Chu Chu Rocket LICENSE= GPLv3 @@ -25,6 +25,7 @@ USE_PYTHON= yes NO_BUILD= yes PORTDOCS= CHANGELOG.txt readme.txt +OPTIONS_DEFINE= DOCS INSTALLS_ICONS= yes ICON_SIZES= 32x32 48x48 64x64 72x72 96x96 |