summaryrefslogtreecommitdiffstats
path: root/games/jools/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2003-11-17 17:41:21 +0000
committerpav <pav@FreeBSD.org>2003-11-17 17:41:21 +0000
commit0e41590e5cec3db393f8eb9166ba3a0dc189456d (patch)
tree3b775eda1dabde28e97e17c4fb725b06ea520044 /games/jools/Makefile
parent81c593ffac0cbadd56c6231a3f8de4608e43cd4a (diff)
downloadFreeBSD-ports-0e41590e5cec3db393f8eb9166ba3a0dc189456d.zip
FreeBSD-ports-0e41590e5cec3db393f8eb9166ba3a0dc189456d.tar.gz
- Update to 0.2
Approved by: adamw (mentor)
Diffstat (limited to 'games/jools/Makefile')
-rw-r--r--games/jools/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/games/jools/Makefile b/games/jools/Makefile
index 2fb48ac..0eeba54 100644
--- a/games/jools/Makefile
+++ b/games/jools/Makefile
@@ -5,22 +5,19 @@
# $FreeBSD$
PORTNAME= jools
-PORTVERSION= 0.10
-PORTREVISION= 1
+PORTVERSION= 0.20
CATEGORIES= games
MASTER_SITES= http://www.eecs.umich.edu/~pelzlpj/jools/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= pav@FreeBSD.org
COMMENT= Addictive jewel-swapping puzzle game
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game
USE_PYTHON= yes
+USE_PYDISTUTILS= yes
-do-build:
- ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
-
-do-install:
- cd ${WRKSRC} && ${PYTHON_CMD} ${WRKSRC}/setup.py install --prefix=${PREFIX}
+post-patch:
+ @${FIND} ${WRKSRC} -name ".arch-ids" | ${XARGS} ${RM} -r
.include <bsd.port.mk>
OpenPOWER on IntegriCloud