diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/monsterz/DESCR | 12 | ||||
-rw-r--r-- | games/monsterz/Makefile | 16 | ||||
-rw-r--r-- | games/monsterz/PLIST | 23 | ||||
-rw-r--r-- | games/monsterz/distinfo | 6 | ||||
-rw-r--r-- | games/monsterz/patches/patch-aa | 13 |
5 files changed, 70 insertions, 0 deletions
diff --git a/games/monsterz/DESCR b/games/monsterz/DESCR new file mode 100644 index 00000000000..adea655e7f4 --- /dev/null +++ b/games/monsterz/DESCR @@ -0,0 +1,12 @@ +Monsterz is a little puzzle game, similar to the famous Bejeweled +or Zookeeper. + +The goal of the game is to create rows of similar monsters, either +horizontally or vertically. The only allowed move is the swap of +two adjacent monsters, on the condition that it creates a row of +three or more. When alignments are cleared, pieces fall from the +top of the screen to fill the board again. Chain reactions earn +you even more points. + +This game is mostly about luck, but it remains highly addictive. +You have been warned. diff --git a/games/monsterz/Makefile b/games/monsterz/Makefile new file mode 100644 index 00000000000..e96500c72de --- /dev/null +++ b/games/monsterz/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/12/17 10:33:11 wiz Exp $ +# + +DISTNAME= monsterz-0.7.0 +CATEGORIES= games +MASTER_SITES= http://sam.zoy.org/monsterz/ + +MAINTAINER= pkgsrc-users@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" diff --git a/games/monsterz/PLIST b/games/monsterz/PLIST new file mode 100644 index 00000000000..8238df32caa --- /dev/null +++ b/games/monsterz/PLIST @@ -0,0 +1,23 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/12/17 10:33:11 wiz Exp $ +bin/monsterz +share/games/monsterz/graphics/background.png +share/games/monsterz/graphics/bigtiles.png +share/games/monsterz/graphics/board.png +share/games/monsterz/graphics/icon.png +share/games/monsterz/graphics/logo.png +share/games/monsterz/graphics/tiles.png +share/games/monsterz/monsterz.py +share/games/monsterz/sound/applause.wav +share/games/monsterz/sound/boing.wav +share/games/monsterz/sound/click.wav +share/games/monsterz/sound/ding.wav +share/games/monsterz/sound/duh.wav +share/games/monsterz/sound/grunt.wav +share/games/monsterz/sound/laugh.wav +share/games/monsterz/sound/music.s3m +share/games/monsterz/sound/pop.wav +share/games/monsterz/sound/warning.wav +share/games/monsterz/sound/whip.wav +@dirrm share/games/monsterz/sound +@dirrm share/games/monsterz/graphics +@dirrm share/games/monsterz diff --git a/games/monsterz/distinfo b/games/monsterz/distinfo new file mode 100644 index 00000000000..a6f49c68196 --- /dev/null +++ b/games/monsterz/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/12/17 10:33:11 wiz Exp $ + +SHA1 (monsterz-0.7.0.tar.gz) = c00beb53af57c858179225d69b8c3e0408184f91 +RMD160 (monsterz-0.7.0.tar.gz) = 10aa3dd2471ac24b765f5d289a54b703f41bc084 +Size (monsterz-0.7.0.tar.gz) = 1881420 bytes +SHA1 (patch-aa) = 59d0e33054001e57c107a92554a77b684b4c60f0 diff --git a/games/monsterz/patches/patch-aa b/games/monsterz/patches/patch-aa new file mode 100644 index 00000000000..ba6b49ab144 --- /dev/null +++ b/games/monsterz/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2006/12/17 10:33:11 wiz Exp $ + +--- Makefile.orig 2006-05-12 18:39:38.000000000 +0200 ++++ Makefile +@@ -1,6 +1,6 @@ + +-prefix = /usr/local +-gamesdir = ${prefix}/games ++prefix = ${PREFIX} ++gamesdir = ${prefix}/bin + datadir = ${prefix}/share + pkgdatadir = $(datadir)/games/monsterz + scoredir = /var/games |