diff options
author | wiz <wiz> | 2014-01-23 17:24:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-01-23 17:24:44 +0000 |
commit | e6ea1c9e2083168ed4dc329583db0e85f613561e (patch) | |
tree | 75d557c67f1a0fcba4c5fc8559d5f96ca133bf0d /games/jools | |
parent | a77020d3126db8a2204fc9e27e2e4ce7d541c2ea (diff) | |
download | pkgsrc-e6ea1c9e2083168ed4dc329583db0e85f613561e.tar.gz |
Convert to distutils.mk. Fix interpreter path in installed file.
Mark as not for python-3.x.
Bump PKGREVISION.
Diffstat (limited to 'games/jools')
-rw-r--r-- | games/jools/Makefile | 10 | ||||
-rw-r--r-- | games/jools/PLIST | 3 |
2 files changed, 7 insertions, 6 deletions
diff --git a/games/jools/Makefile b/games/jools/Makefile index 711005cdcff..b0c6b85ea12 100644 --- a/games/jools/Makefile +++ b/games/jools/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2012/10/06 11:54:44 asau Exp $ -# +# $NetBSD: Makefile,v 1.9 2014/01/23 17:24:44 wiz Exp $ DISTNAME= jools-0.20 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= games MASTER_SITES= http://pessimization.com/software/jools/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} jools-musicpack-1.0.tar.gz @@ -13,7 +12,8 @@ COMMENT= Bejeweled clone DEPENDS+= ${PYPKGPREFIX}-game>=1.4:../../devel/py-game -PYDISTUTILSPKG= YES +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.20 +REPLACE_PYTHON= jools/__init__.py post-install: ${INSTALL_DATA} ${WRKDIR}/README ${DESTDIR}${PREFIX}/share/jools/music @@ -22,5 +22,5 @@ post-install: ${INSTALL_DATA} ${WRKDIR}/untimed/* ${DESTDIR}${PREFIX}/share/jools/music/untimed .include "../../lang/python/application.mk" -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/jools/PLIST b/games/jools/PLIST index 60bfdee6146..18cb9352c33 100644 --- a/games/jools/PLIST +++ b/games/jools/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:56:49 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2014/01/23 17:24:44 wiz Exp $ bin/jools +${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/jools/__init__.py ${PYSITELIB}/jools/__init__.pyc ${PYSITELIB}/jools/__init__.pyo |