summaryrefslogtreecommitdiffstats
path: root/games/oneisenough/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/oneisenough/Makefile')
-rw-r--r--games/oneisenough/Makefile23
1 files changed, 9 insertions, 14 deletions
diff --git a/games/oneisenough/Makefile b/games/oneisenough/Makefile
index c426c59..05ad314 100644
--- a/games/oneisenough/Makefile
+++ b/games/oneisenough/Makefile
@@ -11,7 +11,7 @@ DISTFILES= ${PORTNAME}_a${DISTVERSION:S/.//g}_src${EXTRACT_SUFX} \
${PORTNAME}.png:icons
EXTRACT_ONLY= ${PORTNAME}_a${DISTVERSION:S/.//g}_src${EXTRACT_SUFX}
-MAINTAINER= nemysis@FreeBSD.org
+MAINTAINER= games@FreeBSD.org
COMMENT= Economic development in the land of the balls
LICENSE= GPLv2
@@ -20,13 +20,15 @@ RUN_DEPENDS= ${PYGAME}
WRKSRC= ${WRKDIR}/"one is enough"
-USES= dos2unix zip
-DOS2UNIX_FILES= README.txt bin/*.py
+USES= dos2unix shebangfix zip
+DOS2UNIX_FILES= *.txt bin/*.py
DOS2UNIX_REGEX= .*.[^pt][^nt][^gf]
+SHEBANG_FILES= run_game.py bin/mainmenu.py
+python_OLD_CMD?= /usr/bin/env python
+python_CMD?= ${PYTHON_CMD}
USE_PYTHON= 2
PORTDOCS= README.txt
-
OPTIONS_DEFINE= DOCS
SUB_FILES= ${PORTNAME}
@@ -38,23 +40,16 @@ post-extract:
@${FIND} ${WRKSRC} \
-name "Thumbs.db" -delete -or -name "pack.bat" -delete
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr/bin/env python|${PYTHON_CMD}|' \
- ${WRKSRC}/run_game.py
-
do-build:
@${PYTHON_CMD} -m compileall ${WRKSRC}
@${PYTHON_CMD} -O -m compileall ${WRKSRC}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
-
- @${MKDIR} ${STAGEDIR}${DATADIR}
-.for d in *.py *.pyc *.pyo
- @(cd ${WRKSRC} ; ${INSTALL_SCRIPT} ${d} ${STAGEDIR}${DATADIR})
-.endfor
-
@(cd ${WRKSRC}/bin && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/bin)
+.for f in *.py *.pyc *.pyo
+ ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${DATADIR}
+.endfor
${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
${STAGEDIR}${PREFIX}/share/pixmaps/
OpenPOWER on IntegriCloud