aboutsummaryrefslogtreecommitdiff
path: root/games/iceicepenguin
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-02-07 09:01:26 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-02-07 09:01:26 +0000
commit3802308c571d086f180713f5dffd18d8ec82bc27 (patch)
treea7aff3a3142c54150d02191cd2cb207f8559cfe1 /games/iceicepenguin
parent40ebf5e9781a367ad1eb7dc541bedfcce6d370aa (diff)
downloadports-3802308c571d086f180713f5dffd18d8ec82bc27.tar.gz
ports-3802308c571d086f180713f5dffd18d8ec82bc27.zip
Notes
Diffstat (limited to 'games/iceicepenguin')
-rw-r--r--games/iceicepenguin/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/games/iceicepenguin/Makefile b/games/iceicepenguin/Makefile
index c05588f3830b..587a7780e82a 100644
--- a/games/iceicepenguin/Makefile
+++ b/games/iceicepenguin/Makefile
@@ -14,7 +14,8 @@ DIST_SUBDIR= python
MAINTAINER= ports@FreeBSD.org
COMMENT= Remake of an old SEGA Dreamcast game called Chu Chu Rocket
-LICENSE= GPLv3
+LICENSE= GPLv3+
+LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYGAME}
@@ -22,9 +23,9 @@ WRKSRC= ${WRKDIR}/"ice ice penguin"
USES= python:run zip
NO_BUILD= yes
+NO_ARCH= yes
PORTDOCS= CHANGELOG.txt readme.txt
-OPTIONS_DEFINE= DOCS
INSTALLS_ICONS= yes
ICON_SIZES= 32x32 48x48 64x64 72x72 96x96
@@ -34,6 +35,8 @@ SUB_FILES= ${PORTNAME}
DESKTOP_ENTRIES="Ice Ice Penguin" "" "${PORTNAME}" \
"${PORTNAME}" "Game;ArcadeGame;" ""
+OPTIONS_DEFINE= DOCS
+
do-install:
@${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|' \
${WRKDIR}/${PORTNAME}
@@ -52,6 +55,7 @@ do-install:
${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \
${STAGEDIR}${PREFIX}/share/pixmaps/
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}