freebsd-ports/games/solarwolf/Makefile
Neil Blakey-Milner 1b8c7ddbd8 Upgrade to solarwolf 1.1
Approved by:	sobomax (maintainer)
2002-10-19 20:21:56 +00:00

30 lines
866 B
Makefile

# New ports collection makefile for: solarwolf
# Date created: 4 May 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= solarwolf
PORTVERSION= 1.1
CATEGORIES= games
MASTER_SITES= http://www.pygame.org/shredwheat/solarwolf/
MAINTAINER= sobomax@FreeBSD.org
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game
USE_PYTHON= yes
do-build:
${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
do-install:
@${MKDIR} ${PREFIX}/share/solarwolf
(cd ${WRKSRC}; tar -cf - --exclude ".xvpics" .) | \
(cd ${PREFIX}/share/solarwolf; tar --unlink -xf -)
@printf "#!/bin/sh\ncd ${PREFIX}/share/solarwolf && \
exec ${PYTHON_CMD} ${PREFIX}/share/solarwolf/solarwolf.py\n" > ${WRKDIR}/solarwolf.sh
@${INSTALL_SCRIPT} ${WRKDIR}/solarwolf.sh ${PREFIX}/bin/solarwolf
.include <bsd.port.mk>