summaryrefslogtreecommitdiff
path: root/games/boson/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2003-12-03 18:47:27 +0000
committerxtraeme <xtraeme>2003-12-03 18:47:27 +0000
commite7e296e0136949bf8e10f14dee7f65bd7cb05a5f (patch)
treedaa63183de62b6c7a005e20e4c958ce259e0f966 /games/boson/Makefile
parentc64a823996bf99582bf306710e3a6d8d29e493b2 (diff)
downloadpkgsrc-e7e296e0136949bf8e10f14dee7f65bd7cb05a5f.tar.gz
Initial import of boson-0.8, from pkgsrc-wip.
Boson is an OpenGL real-time strategy game, with the feeling of Command&Conquer(tm) or StarCraft(tm) and OpenGL support. It is designed to run on Unix computers, and is built on top of the libkdegames, kde and Qt libraries.
Diffstat (limited to 'games/boson/Makefile')
-rw-r--r--games/boson/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/games/boson/Makefile b/games/boson/Makefile
new file mode 100644
index 00000000000..3e5321be2df
--- /dev/null
+++ b/games/boson/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 18:47:27 xtraeme Exp $
+#
+
+DISTNAME= boson-all-0.8
+PKGNAME= ${DISTNAME:S/-all//}
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=boson/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= xtraeme@NetBSD.org
+HOMEPAGE= http://boson.eu.org/
+COMMENT= OpenGL real-time strategy game for KDE 3
+
+BUILD_USES_MSGFMT= yes
+
+USE_BUILDLINK2= yes
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+USE_X11= yes
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+
+CONFIGURE_ARGS+= --disable-debug
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+.include "../../audio/libvorbis/buildlink2.mk"
+.include "../../devel/SDL/buildlink2.mk"
+.include "../../games/kdegames3/buildlink2.mk"
+.include "../../graphics/jpeg/buildlink2.mk"
+.include "../../graphics/lib3ds/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"