1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/games/pysol/Makefile

32 lines
840 B
Makefile
Raw Normal View History

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