1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Upgrade to 2.01.

This commit is contained in:
Thomas Gellekum 1998-12-22 16:07:34 +00:00
parent a0dcd6d925
commit 486dde3187
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15492
3 changed files with 1009 additions and 247 deletions

View File

@ -1,20 +1,23 @@
# New ports collection makefile for: PySol
# Version required: 2.00
# Version required: 2.01
# Date created: 11 September 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
# $Id: Makefile,v 1.6 1998/10/19 11:00:24 tg Exp $
# $Id: Makefile,v 1.7 1998/12/01 07:16:24 tg Exp $
#
DISTNAME= pysol-2.00
DISTNAME= pysol-2.01
CATEGORIES= games
MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/ \
http://www.freebsd.org/~tg/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${CARDSETS}${EXTRACT_SUFX}
MAINTAINER= tg@FreeBSD.ORG
RUN_DEPENDS= python:${PORTSDIR}/lang/python
CARDSETS= pysol-cardsets-2.0
do-build:
do-install:
@ -22,5 +25,7 @@ do-install:
@${MKDIR} ${PREFIX}/share/pysol
(cd ${WRKSRC}/data; tar cf - *) | \
(cd ${PREFIX}/share/pysol; tar xf -)
(cd ${WRKDIR}/${CARDSETS}/data; tar cf - *) | \
(cd ${PREFIX}/share/pysol; tar xf -)
.include <bsd.port.mk>

View File

@ -1 +1,2 @@
MD5 (pysol-2.00.tar.gz) = 93f7bcec7a29fd78443e23a2e116ff67
MD5 (pysol-2.01.tar.gz) = 104fa13cb36284d11ea64fe408328de4
MD5 (pysol-cardsets-2.0.tar.gz) = 35a121d10488fdc9dc7c51158a246597

File diff suppressed because it is too large Load Diff