1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/games/pysol/Makefile
Justin M. Seger 547066e8ed Mark BROKEN. Doesn't fetch:
FTP error:
/usr/bin/fetch: File unavailable (e.g., file not found, no access)
>> Attempting to fetch from http://wildsau.idv.uni-linz.ac.at/mfx/download/.
/usr/bin/fetch: pysol-1.10.tar.gz: wildsau.idv.uni-linz.ac.at: HTTP server retur
ned error code 404
>> Couldn't fetch it - please try to retrieve this
>> port manually into /usr/ports/distfiles/ and try again.
*** Error code 1
1998-10-13 13:33:55 +00:00

28 lines
641 B
Makefile

# New ports collection makefile for: PySol
# Version required: 1.10
# Date created: 11 September 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
# $Id: Makefile,v 1.4 1998/10/07 08:03:03 tg Exp $
#
DISTNAME= pysol-1.10
CATEGORIES= games
MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/
MAINTAINER= tg@FreeBSD.ORG
RUN_DEPENDS= python:${PORTSDIR}/lang/python
BROKEN= fetch
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>