From 6218c1e202e80b3bf2894931567caad7c58c37dc Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Wed, 13 Oct 1999 08:44:01 +0000 Subject: Upgrade to 2.99. --- games/pysol/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'games/pysol/Makefile') diff --git a/games/pysol/Makefile b/games/pysol/Makefile index af4c24a92258..be4f6260133c 100644 --- a/games/pysol/Makefile +++ b/games/pysol/Makefile @@ -1,14 +1,15 @@ # New ports collection makefile for: PySol -# Version required: 2.14 +# Version required: 2.99 # Date created: 11 September 1998 # Whom: Thomas Gellekum # # $FreeBSD$ # -DISTNAME= pysol-2.14 +DISTNAME= pysol-2.99 CATEGORIES= games -MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/ +MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/ \ + http://wildsau.idv.uni-linz.ac.at/mfx/download/beta/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${CARDSETS}${EXTRACT_SUFX} MAINTAINER= tg@FreeBSD.org @@ -17,10 +18,13 @@ RUN_DEPENDS= python:${PORTSDIR}/lang/python NO_BUILD= yes -CARDSETS= pysol-cardsets-2.14 +MAN6= pysol.6 + +CARDSETS= pysol-cardsets-2.99 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/pysol.py ${PREFIX}/bin/pysol + ${INSTALL_DATA} ${WRKSRC}/pysol.6 ${PREFIX}/man/man6 @${MKDIR} ${PREFIX}/share/pysol (cd ${WRKSRC}/data; tar cf - *) | \ (cd ${PREFIX}/share/pysol; tar xf -) -- cgit v1.2.3