pkgsrc/games/jools/Makefile
wiz d7ec6e361d Initial import of jools-0.20:
Jools is a graphical puzzle game in the tradition of Tetris.  It
is a clone of Bejeweled (TM), an excellent game which is currently
available only for Windows, Mac, and Palm/Pocket PC devices.  In
a nutshell, the goal is to swap adjacent jools (jewels) within a
grid, in order to create rows of three or more of a kind.  These
jools will then disappear, and more will fall to fill their places.
Jools features nifty 3D rendered graphics.
2006-07-17 23:39:24 +00:00

26 lines
868 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/07/17 23:39:24 wiz Exp $
#
DISTNAME= jools-0.20
CATEGORIES= games
MASTER_SITES= http://www.eecs.umich.edu/~pelzlpj/jools/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} jools-musicpack-1.0.tar.gz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.eecs.umich.edu/~pelzlpj/jools/
COMMENT= Bejeweled clone
DEPENDS+= ${PYPKGPREFIX}-game>=1.4:../../devel/py-game
PYTHON_VERSIONS_ACCEPTED= 21 22 23 24
PYDISTUTILSPKG= YES
post-install:
${INSTALL_DATA} ${WRKDIR}/README ${PREFIX}/share/jools/music
${INSTALL_DATA} ${WRKDIR}/timed/* ${PREFIX}/share/jools/music/timed
${INSTALL_DATA} ${WRKDIR}/title/* ${PREFIX}/share/jools/music/title
${INSTALL_DATA} ${WRKDIR}/untimed/* ${PREFIX}/share/jools/music/untimed
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"