diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-09-11 09:10:39 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-09-11 09:10:39 +0000 |
commit | 3c2173a6179464eb5799ac492ca74529d4527f9e (patch) | |
tree | 11c5caf7c0a7a5d043416a2edd6d55c5c54328b1 /games/pysol/Makefile | |
parent | 85116108504d123845ce36ca2b80ead40e773862 (diff) |
Notes
Diffstat (limited to 'games/pysol/Makefile')
-rw-r--r-- | games/pysol/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/games/pysol/Makefile b/games/pysol/Makefile new file mode 100644 index 000000000000..149f443ed044 --- /dev/null +++ b/games/pysol/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: PySol +# Version required: 1.00 +# Date created: 11 September 1998 +# Whom: Thomas Gellekum <tg@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= pysol-1.00 +CATEGORIES= games +MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/ + +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> |