summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2017-01-30 16:26:17 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2017-01-30 16:26:17 +0000
commit3f063f7d314c5c7a9da09b327076a2c0e3df6143 (patch)
tree3585a9364ecb4f97b9be1bbf0f15a451b235d8ae
parent72662e86a14731e7db56c601b808c863679e684a (diff)
downloadFreeBSD-ports-3f063f7d314c5c7a9da09b327076a2c0e3df6143.zip
FreeBSD-ports-3f063f7d314c5c7a9da09b327076a2c0e3df6143.tar.gz
- Fix versioning
- Add LICENSE_FILE - Add NO_ARCH - Switch to options helpers
-rw-r--r--games/oneisenough/Makefile19
1 files changed, 12 insertions, 7 deletions
diff --git a/games/oneisenough/Makefile b/games/oneisenough/Makefile
index 6f04452..8099863 100644
--- a/games/oneisenough/Makefile
+++ b/games/oneisenough/Makefile
@@ -2,19 +2,19 @@
# $FreeBSD$
PORTNAME= oneisenough
-PORTVERSION= 0.4.0
-PORTREVISION= 2
+PORTVERSION= 0.40
CATEGORIES= games python
MASTER_SITES= http://hectigo.net/games/oneisenough/ \
SF/nemysisfreebsdp/games/:icons
-DISTFILES= ${PORTNAME}_a${DISTVERSION:S/.//g}_src${EXTRACT_SUFX} \
+DISTFILES= ${PORTNAME}_a${PORTVERSION:S/.//g}_src${EXTRACT_SUFX} \
${PORTNAME}.png:icons
-EXTRACT_ONLY= ${PORTNAME}_a${DISTVERSION:S/.//g}_src${EXTRACT_SUFX}
+EXTRACT_ONLY= ${PORTNAME}_a${PORTVERSION:S/.//g}_src${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Economic development in the land of the balls
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYGAME}
@@ -24,14 +24,19 @@ USES= dos2unix python:2 shebangfix zip
DOS2UNIX_FILES= *.txt bin/*.py
DOS2UNIX_REGEX= .*.[^pt][^nt][^gf]
SHEBANG_FILES= run_game.py bin/mainmenu.py
+NO_ARCH= yes
PORTDOCS= README.txt
OPTIONS_DEFINE= DOCS
SUB_FILES= ${PORTNAME}
-DESKTOP_ENTRIES="One Is Enough" "" ${PORTNAME} \
- "${PORTNAME}" "Game;ArcadeGame;" ""
+DESKTOP_ENTRIES="One Is Enough" \
+ "" \
+ "${PORTNAME}" \
+ "${PORTNAME}" \
+ "Game;ArcadeGame;" \
+ ""
post-extract:
@${FIND} ${WRKSRC} \
@@ -47,10 +52,10 @@ do-install:
.for f in *.py *.pyc *.pyo
${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${DATADIR}
.endfor
-
${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
${STAGEDIR}${PREFIX}/share/pixmaps/
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
OpenPOWER on IntegriCloud