1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/games/pysol/Makefile

26 lines
629 B
Makefile
Raw Normal View History

# New ports collection makefile for: PySol
1998-09-17 08:17:08 +00:00
# Version required: 1.01
# Date created: 11 September 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
1998-09-17 08:17:08 +00:00
# $Id: Makefile,v 1.1.1.1 1998/09/11 09:10:39 tg Exp $
#
1998-09-17 08:17:08 +00:00
DISTNAME= pysol-1.01
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>