diff options
author | sakamoto <sakamoto@pkgsrc.org> | 2001-07-09 10:54:21 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 2001-07-09 10:54:21 +0000 |
commit | 6076bb96be86b9f83c016506e74bc225cc7ce60f (patch) | |
tree | b74a3b76b9201e5c3db1e2094c521f27a1f04bc0 /games/pysol/Makefile | |
parent | 828e1610e307dff47e0dbafd3952a138efbca279 (diff) | |
download | pkgsrc-6076bb96be86b9f83c016506e74bc225cc7ce60f.tar.gz |
Update pysol to 4.72 and cardset to 4.40.
suggested by Gary Duzan <gary@duzan.org>.
This version should work with any Python version.
Diffstat (limited to 'games/pysol/Makefile')
-rw-r--r-- | games/pysol/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/pysol/Makefile b/games/pysol/Makefile index 3d8055a5b71..46a15d814da 100644 --- a/games/pysol/Makefile +++ b/games/pysol/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2001/02/25 04:17:50 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 2001/07/09 10:54:21 sakamoto Exp $ # FreeBSD Id: ports/games/pysol/Makefile,v 1.20 1999/12/08 11:01:01 tg Exp -DISTNAME= pysol-4.10 +DISTNAME= pysol-4.72 CATEGORIES= games MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/pysol/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${CARDSETS}${EXTRACT_SUFX} +EXTRACT_SUFX= .tar.bz2 MAINTAINER= sakamoto@netbsd.org HOMEPAGE= http://wildsau.idv.uni-linz.ac.at/mfx/pysol.html @@ -15,7 +16,7 @@ DEPENDS+= py-Tk-*:../../x11/py-Tk NO_BUILD= yes PLIST_SRC= ${WRKDIR}/PLIST.src -CARDSETS= pysol-cardsets-3.40 +CARDSETS= pysol-cardsets-4.40 do-install: ${SED} -e "s|@pkgdatadir@|${PREFIX}/share/pysol|" < ${WRKSRC}/pysol > ${PREFIX}/bin/pysol |