2004-02-15 22:38:48 +01:00
|
|
|
# $NetBSD: Makefile,v 1.5 2004/02/15 21:38:48 minskim Exp $
|
2003-11-22 14:04:28 +01:00
|
|
|
#
|
|
|
|
|
2004-01-02 04:06:31 +01:00
|
|
|
DISTNAME= Slune-0.6.1
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-Slune-0.6.1
|
2003-11-22 14:04:28 +01:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://oomadness.tuxfamily.org/downloads/
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
MAINTAINER= dotz@irc.pl
|
|
|
|
HOMEPAGE= http://oomadness.tuxfamily.org/en/slune/index.html
|
|
|
|
COMMENT= Action game, featuring cars, races and Tux the Penguin
|
|
|
|
|
|
|
|
USE_BUILDLINK2= yes
|
|
|
|
PY_PATCHPLIST= yes
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 23pth 22pth
|
|
|
|
|
2004-01-02 04:06:31 +01:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-Py2Play>=0.1.6:../../wip/py-Py2Play
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-Soya>=0.6.1:../../wip/py-Soya
|
2003-11-22 14:04:28 +01:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-EditObj>=0.5.2:../../wip/py-EditObj
|
2004-02-15 22:38:48 +01:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-vorbis>=1.3:../../audio/py-vorbis
|
2003-11-22 16:14:11 +01:00
|
|
|
|
|
|
|
PYSETUPINSTALLARGS= --install-lib ${PYSITELIB} --install-scripts ${PREFIX}/bin --install-data ${PREFIX}/share/
|
2003-11-22 14:04:28 +01:00
|
|
|
|
2003-11-29 06:59:58 +01:00
|
|
|
PYFILES= __init__.py character.py circuit_generator.py controler.py \
|
|
|
|
fight.py freestyle.py globdef.py gui.py gui_gl.py \
|
|
|
|
gui_option.py hunt.py ia_algogen.py init_editobj.py level.py \
|
|
|
|
player.py race.py race_algogen.py race_algogen2.py \
|
|
|
|
sound.py videosequence.py
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/${PYSITELIB}/slune
|
|
|
|
for a in ${PYFILES}; do \
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/$$a ${PREFIX}/${PYSITELIB}/slune/$$a ; \
|
|
|
|
done
|
|
|
|
|
2003-11-22 14:04:28 +01:00
|
|
|
.include "../../lang/python/extension.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|