1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/games/pysol/Makefile
Thomas Gellekum 255600a3bf Upgrade to 2.02.
PR:		9680 10340
Submitted by:	Steve Coltrin <spcoltri@io.com>
		Michael Haro <mharo@area51.fremont.ca.us>
1999-03-11 11:11:05 +00:00

32 lines
841 B
Makefile

# New ports collection makefile for: PySol
# Version required: 2.02
# Date created: 11 September 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
# $Id: Makefile,v 1.8 1998/12/22 16:07:33 tg Exp $
#
DISTNAME= pysol-2.02
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.02
do-build:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pysol.py ${PREFIX}/bin/pysol
@${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>