summaryrefslogtreecommitdiff
path: root/games/pysol/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1999-10-13 08:44:01 +0000
committerThomas Gellekum <tg@FreeBSD.org>1999-10-13 08:44:01 +0000
commit6218c1e202e80b3bf2894931567caad7c58c37dc (patch)
tree4c36f920cb260f721121d7eb7d53d1fb416121e7 /games/pysol/Makefile
parentUpdate to 3.3.15 (diff)
Upgrade to 2.99.
Notes
Notes: svn path=/head/; revision=22404
Diffstat (limited to 'games/pysol/Makefile')
-rw-r--r--games/pysol/Makefile12
1 files changed, 8 insertions, 4 deletions
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 <tg@FreeBSD.org>
#
# $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 -)