summaryrefslogtreecommitdiff
path: root/games/glaxium
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-04-05 12:39:55 +0000
committerxtraeme <xtraeme>2004-04-05 12:39:55 +0000
commit1682c8674f9ccaecdb6bc0ab830802564a718ba2 (patch)
tree0f969e4fce48c7847321703517b334271a9dd9bd /games/glaxium
parentaeb1a7722bab5c240574419c0fafe1ae1af44224 (diff)
downloadpkgsrc-1682c8674f9ccaecdb6bc0ab830802564a718ba2.tar.gz
Initial import of glaxium-0.5, from pkgsrc-wip.
Glaxium is a space-ship "shoot'em up" game, with OpenGL/SDL graphics.
Diffstat (limited to 'games/glaxium')
-rw-r--r--games/glaxium/DESCR1
-rw-r--r--games/glaxium/Makefile32
-rw-r--r--games/glaxium/PLIST60
-rw-r--r--games/glaxium/distinfo5
-rw-r--r--games/glaxium/patches/patch-aa13
5 files changed, 111 insertions, 0 deletions
diff --git a/games/glaxium/DESCR b/games/glaxium/DESCR
new file mode 100644
index 00000000000..9e520fca028
--- /dev/null
+++ b/games/glaxium/DESCR
@@ -0,0 +1 @@
+Glaxium is a space-ship "shoot'em up" game, with OpenGL/SDL graphics.
diff --git a/games/glaxium/Makefile b/games/glaxium/Makefile
new file mode 100644
index 00000000000..cfd20b906fe
--- /dev/null
+++ b/games/glaxium/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/05 12:39:55 xtraeme Exp $
+#
+
+DISTNAME= glaxium_0.5
+PKGNAME= ${DISTNAME:S/_/-/}
+CATEGORIES= games
+MASTER_SITES= http://xhosxe.free.fr/glaxium/
+
+MAINTAINER= xtraeme@NetBSD.org
+HOMEPAGE= http://xhosxe.free.fr/glaxium/
+COMMENT= Space-ship OpenGL shoot them up
+
+USE_BUILDLINK3= yes
+GNU_CONFIGURE= yes
+USE_X11= yes
+USE_GNU_TOOLS+= make
+USE_LANGUAGES= c c++
+
+ALL_TARGET= glaxium
+
+SUBST_CLASSES= bill
+SUBST_STAGE.bill= post-configure
+SUBST_FILES.bill= conf.h
+SUBST_SED.bill= -e "s,share\/games,share,g"
+SUBST_MESSAGE.bill= "Fixing data path."
+
+.include "../../audio/SDL_mixer/buildlink3.mk"
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/glut/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/games/glaxium/PLIST b/games/glaxium/PLIST
new file mode 100644
index 00000000000..8ef424a641d
--- /dev/null
+++ b/games/glaxium/PLIST
@@ -0,0 +1,60 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/05 12:39:56 xtraeme Exp $
+bin/glaxium
+man/man6/glaxium.6
+share/glaxium/samples/detection.wav
+share/glaxium/samples/explode1.wav
+share/glaxium/samples/explode2.wav
+share/glaxium/samples/gameover.wav
+share/glaxium/samples/glax.xm
+share/glaxium/samples/glax3.xm
+share/glaxium/samples/glups.wav
+share/glaxium/samples/powerup.wav
+share/glaxium/samples/tachefire.wav
+share/glaxium/samples/tir.wav
+share/glaxium/samples/welcome.wav
+share/glaxium/textures/bandit1.png
+share/glaxium/textures/bandit2.png
+share/glaxium/textures/board.png
+share/glaxium/textures/bord.png
+share/glaxium/textures/border.png
+share/glaxium/textures/border2.png
+share/glaxium/textures/camouflage.png
+share/glaxium/textures/capsule_bomb.png
+share/glaxium/textures/capsule_invul.png
+share/glaxium/textures/capsule_power.png
+share/glaxium/textures/capsule_shield.png
+share/glaxium/textures/cube.png
+share/glaxium/textures/chain.png
+share/glaxium/textures/chars.png
+share/glaxium/textures/deadtache.png
+share/glaxium/textures/effect1.png
+share/glaxium/textures/fighter2.png
+share/glaxium/textures/floor.png
+share/glaxium/textures/floor1.png
+share/glaxium/textures/floor2.png
+share/glaxium/textures/floor3.png
+share/glaxium/textures/floor4.png
+share/glaxium/textures/floormap.png
+share/glaxium/textures/floormap1.png
+share/glaxium/textures/floormap2.png
+share/glaxium/textures/floormap3.png
+share/glaxium/textures/floormap4.png
+share/glaxium/textures/fumee1.png
+share/glaxium/textures/fumee2.png
+share/glaxium/textures/fumee3.png
+share/glaxium/textures/galaxy.png
+share/glaxium/textures/gameover.png
+share/glaxium/textures/glax2.png
+share/glaxium/textures/iflicla.png
+share/glaxium/textures/mark.png
+share/glaxium/textures/missile.png
+share/glaxium/textures/myship.png
+share/glaxium/textures/piege.png
+share/glaxium/textures/ship1.png
+share/glaxium/textures/space0.png
+share/glaxium/textures/space1.png
+share/glaxium/textures/space2.png
+share/glaxium/textures/space3.png
+share/glaxium/textures/sphere.png
+share/glaxium/textures/tache.png
+share/glaxium/textures/thunder.png
diff --git a/games/glaxium/distinfo b/games/glaxium/distinfo
new file mode 100644
index 00000000000..79e6599ef99
--- /dev/null
+++ b/games/glaxium/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/04/05 12:39:55 xtraeme Exp $
+
+SHA1 (glaxium_0.5.tar.gz) = 42526a009a377a6fede7b7d343a0cd57c2f8e23e
+Size (glaxium_0.5.tar.gz) = 1692219 bytes
+SHA1 (patch-aa) = 9b8299ed10aaea1e862c929b6f20eef0811cae35
diff --git a/games/glaxium/patches/patch-aa b/games/glaxium/patches/patch-aa
new file mode 100644
index 00000000000..f4415c18f96
--- /dev/null
+++ b/games/glaxium/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/04/05 12:39:56 xtraeme Exp $
+
+--- Makefile.in.orig Mon Aug 18 11:38:01 2003
++++ Makefile.in Mon Aug 18 11:38:12 2003
+@@ -15,7 +15,7 @@
+
+ GLAXIUM_INSTALLDIR=$(bindir)
+ DATA_DIRS=samples textures
+-GLAXIUM_HOME=$(datadir)/games/glaxium
++GLAXIUM_HOME=$(datadir)/glaxium
+ MAN_DIR=$(mandir)
+
+ glaxium : $(OBJ)