diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-08-21 06:00:31 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-08-21 06:00:31 +0000 |
commit | 622f57e1f46f8e19e253cdc50f3a50f9f7b7d651 (patch) | |
tree | 633985e34ff93dd6f9a32f9cad0e183e561ad836 /games/nelly | |
parent | 68b35c1c8f4345efed6f7654248e2e3d04d79158 (diff) |
Notes
Diffstat (limited to 'games/nelly')
-rw-r--r-- | games/nelly/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/nelly/Makefile b/games/nelly/Makefile index a7723e899ec5..bb688bab0bc2 100644 --- a/games/nelly/Makefile +++ b/games/nelly/Makefile @@ -7,6 +7,7 @@ PORTNAME= nelly PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= games python MASTER_SITES= http://www.partiallydisassembled.net/nelly/ \ http://media.pyweek.org/dl/2/rushed/ @@ -17,9 +18,6 @@ COMMENT= Nelly's Rooftop Garden, physics-based puzzle game RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>=0:${PORTSDIR}/devel/py-game \ ${PYTHON_PKGNAMEPREFIX}opengl>=0:${PORTSDIR}/graphics/py-opengl -OPTIONS_DEFINE= DATA -OPTIONS_DEFAULT= DATA - USE_PYTHON_RUN= yes NO_BUILD= yes @@ -47,11 +45,9 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${DATADIR} # Data -.if ${PORT_OPTIONS:MDATA} . for d in fonts levels textures @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR}) . endfor -.endif # Pixmaps ${INSTALL_DATA} ${WRKSRC}/textures/menu.png ${PREFIX}/share/pixmaps/${PORTNAME}.png |