summaryrefslogtreecommitdiff
path: root/games/glaxium/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/glaxium/Makefile')
-rw-r--r--games/glaxium/Makefile32
1 files changed, 32 insertions, 0 deletions
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"