diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-03 21:13:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-03 21:13:18 +0000 |
commit | adfbd6c02af07ea1b11e619e5b57d3a7bdf06b02 (patch) | |
tree | 25dc3bbc5d2eeb1a3223317cf7e1070247ce6ad8 | |
parent | ea71fcabe38f27fac6830afe5ece5b497ed02544 (diff) | |
download | pkgsrc-adfbd6c02af07ea1b11e619e5b57d3a7bdf06b02.tar.gz |
Initial import of Blob Wars: Metal Blob Solid (platform shooter):
Since their world was invaded by an alien race, the Blobs have
faced a lifetime of war. But now they have a chance to win the war
once and for all.
In Blob Wars: Metal Blob Solid, you take on the role of a fearless
Blob agent, Bob. Bob's mission is to infiltrate the various enemy
bases around the Blobs' homeworld and rescue as many MIAs as
possible. But standing in his way are many vicious aliens, other
Blobs who have been assimilated and the evil alien leader, Galdov.
-rw-r--r-- | games/blobwars/DESCR | 9 | ||||
-rw-r--r-- | games/blobwars/Makefile | 23 | ||||
-rw-r--r-- | games/blobwars/PLIST | 36 | ||||
-rw-r--r-- | games/blobwars/distinfo | 6 | ||||
-rw-r--r-- | games/blobwars/patches/patch-aa | 35 |
5 files changed, 109 insertions, 0 deletions
diff --git a/games/blobwars/DESCR b/games/blobwars/DESCR new file mode 100644 index 00000000000..1b66c13c383 --- /dev/null +++ b/games/blobwars/DESCR @@ -0,0 +1,9 @@ +Since their world was invaded by an alien race, the Blobs have +faced a lifetime of war. But now they have a chance to win the war +once and for all. + +In Blob Wars: Metal Blob Solid, you take on the role of a fearless +Blob agent, Bob. Bob's mission is to infiltrate the various enemy +bases around the Blobs' homeworld and rescue as many MIAs as +possible. But standing in his way are many vicious aliens, other +Blobs who have been assimilated and the evil alien leader, Galdov. diff --git a/games/blobwars/Makefile b/games/blobwars/Makefile new file mode 100644 index 00000000000..06d30924002 --- /dev/null +++ b/games/blobwars/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/10/03 21:13:18 wiz Exp $ +# + +DISTNAME= blobwars-1.04-1 +PKGNAME= blobwars-1.04.1 +CATEGORIES= games +MASTER_SITES= # real site produces wrong filename, use default +# http://www.parallelrealities.co.uk/download.php?type=zip&file= + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.parallelrealities.co.uk/blobWars.php +COMMENT= Blob Wars: Metal Blob Solid (platform shooter) + +WRKSRC= ${WRKDIR}/blobwars-1.04 +MAKEFILE= makefile +USE_TOOLS+= gmake + +.include "../../audio/SDL_mixer/buildlink3.mk" +.include "../../devel/SDL/buildlink3.mk" +.include "../../devel/SDL_ttf/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" +.include "../../graphics/SDL_image/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/games/blobwars/PLIST b/games/blobwars/PLIST new file mode 100644 index 00000000000..b6996f476ca --- /dev/null +++ b/games/blobwars/PLIST @@ -0,0 +1,36 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/03 21:13:18 wiz Exp $ +bin/blobwars +share/doc/blobwars/CHANGES +share/doc/blobwars/HACKING +share/doc/blobwars/LICENSE +share/doc/blobwars/PORTING +share/doc/blobwars/README +share/doc/blobwars/alienDevice.gif +share/doc/blobwars/aquaLung.png +share/doc/blobwars/bob.gif +share/doc/blobwars/cherry.png +share/doc/blobwars/contents.html +share/doc/blobwars/eyeDroid.gif +share/doc/blobwars/galdov.png +share/doc/blobwars/grenadeIcon.png +share/doc/blobwars/index.html +share/doc/blobwars/jetpack.gif +share/doc/blobwars/keyCard.gif +share/doc/blobwars/laserIcon.png +share/doc/blobwars/machineGunIcon.png +share/doc/blobwars/manual.html +share/doc/blobwars/pistolBlob.gif +share/doc/blobwars/pistolIcon.png +share/doc/blobwars/points.gif +share/doc/blobwars/scaredMIA.gif +share/doc/blobwars/spreadIcon.png +share/doc/blobwars/title.png +share/parallelrealities/blobwars.pak +share/icons/mini/blobwars.png +share/icons/large/blobwars.png +share/icons/blobwars.png +@dirrm share/doc/blobwars +@dirrm share/parallelrealities +@unexec ${RMDIR} %D/share/icons/large 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/share/icons/mini 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/share/icons 2>/dev/null || ${TRUE} diff --git a/games/blobwars/distinfo b/games/blobwars/distinfo new file mode 100644 index 00000000000..dc89fc348f5 --- /dev/null +++ b/games/blobwars/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/10/03 21:13:18 wiz Exp $ + +SHA1 (blobwars-1.04-1.tar.gz) = c351a8e4a507e0636b8856cdd174b7b131b2772d +RMD160 (blobwars-1.04-1.tar.gz) = d211649d6946cdf2db3170947f5ef9816ffcb653 +Size (blobwars-1.04-1.tar.gz) = 7682669 bytes +SHA1 (patch-aa) = 1e884e34d33406d09857ceaa378041aeb59b760d diff --git a/games/blobwars/patches/patch-aa b/games/blobwars/patches/patch-aa new file mode 100644 index 00000000000..105b9e09cc0 --- /dev/null +++ b/games/blobwars/patches/patch-aa @@ -0,0 +1,35 @@ +$NetBSD: patch-aa,v 1.1.1.1 2005/10/03 21:13:18 wiz Exp $ + +--- makefile.orig 2005-04-25 20:25:37.000000000 +0200 ++++ makefile +@@ -7,9 +7,9 @@ VERSION = 1.04 + RELEASE = 1 + USEPAK = 1 + +-PREFIX=$(DESTDIR)/usr +-BINDIR = $(PREFIX)/games/ +-DATADIR = $(PREFIX)/share/games/parallelrealities/ ++#PREFIX=$(DESTDIR)/usr ++BINDIR = $(PREFIX)/bin/ ++DATADIR = $(PREFIX)/share/parallelrealities/ + DOCDIR = $(PREFIX)/share/doc/$(PROG)/ + ICONDIR = $(PREFIX)/share/icons/ + KDE = $(PREFIX)/share/applnk/Games/Arcade/ +@@ -70,8 +70,6 @@ install: + mkdir -p $(ICONDIR) + mkdir -p $(ICONDIR)mini + mkdir -p $(ICONDIR)large +- mkdir -p $(KDE) +- mkdir -p $(GNOME) + + strip $(PROG) + install -o root -g games -m 755 $(PROG) $(BINDIR)$(PROG) +@@ -80,8 +78,6 @@ install: + cp $(ICONS)$(PROG).png $(ICONDIR) + cp $(ICONS)$(PROG)-mini.png $(ICONDIR)mini/$(PROG).png + cp $(ICONS)$(PROG)-large.png $(ICONDIR)large/$(PROG).png +- cp $(ICONS)$(PROG).desktop $(KDE) +- cp $(ICONS)$(PROG).desktop $(GNOME) + + uninstall: + $(RM) $(BINDIR)$(PROG) |