# New ports collection makefile for: PySol # Version required: 1.12 # Date created: 11 September 1998 # Whom: Thomas Gellekum # # $Id: Makefile,v 1.5 1998/10/13 13:33:55 jseger Exp $ # DISTNAME= pysol-1.12 CATEGORIES= games 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