- Fix versioning
- Add LICENSE_FILE - Add NO_ARCH - Switch to options helpers
This commit is contained in:
parent
f1a90183ad
commit
911c6714c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432856
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user