pkgsrc/games/monsterz/Makefile
2006-12-17 11:45:19 +00:00

16 lines
482 B
Makefile

# $NetBSD: Makefile,v 1.2 2006/12/17 11:45:19 wiz Exp $
#
DISTNAME= monsterz-0.7.0
CATEGORIES= games
MASTER_SITES= http://sam.zoy.org/monsterz/
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://sam.zoy.org/monsterz/
COMMENT= Puzzle game similar to the famous Bejeweled or Zookeeper
DEPENDS+= ${PYPKGPREFIX}-game-[0-9]*:../../devel/py-game
DEPENDS+= ${PYPKGPREFIX}-Numeric-[0-9]*:../../math/py-Numeric
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"