1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/games/pysol/Makefile
2001-06-12 11:45:09 +00:00

35 lines
857 B
Makefile

# New ports collection makefile for: PySol
# Date created: 11 September 1998
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pysol
PORTVERSION= 4.72
CATEGORIES= games
MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/download/pysol/
MAINTAINER= tg@FreeBSD.org
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
USE_BZIP2= yes
USE_PYTHON= yes
NO_BUILD= yes
MAN6= pysol.6
do-install:
${SED} -e "s|@pkgdatadir@|${PREFIX}/share/pysol|" \
-e "s|^exec python|exec ${PYTHON_CMD}|" \
< ${WRKSRC}/pysol > ${WRKDIR}/pysol
${INSTALL_SCRIPT} ${WRKDIR}/pysol ${PREFIX}/bin/pysol
${INSTALL_DATA} ${WRKSRC}/pysol.6 ${PREFIX}/man/man6
@${MKDIR} ${PREFIX}/share/pysol
(cd ${WRKSRC}/data; tar -cf - .) | \
(cd ${PREFIX}/share/pysol; tar --unlink -xf -)
.include <bsd.port.mk>