freebsd-ports/games/pysol/Makefile

27 lines
657 B
Makefile
Raw Normal View History

# New ports collection makefile for: PySol
1998-12-01 02:16:25 -05:00
# Version required: 2.00
# Date created: 11 September 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
1998-12-01 02:16:25 -05:00
# $Id: Makefile,v 1.6 1998/10/19 11:00:24 tg Exp $
#
1998-12-01 02:16:25 -05:00
DISTNAME= pysol-2.00
CATEGORIES= games
1998-10-19 07:00:24 -04:00
MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/ \
http://www.freebsd.org/~tg/
MAINTAINER= tg@FreeBSD.ORG
RUN_DEPENDS= python:${PORTSDIR}/lang/python
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 -)
.include <bsd.port.mk>