diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-12-03 18:47:27 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-12-03 18:47:27 +0000 |
commit | c610c6952ef463213897fb4b5b7b0d690ff7e4c8 (patch) | |
tree | daa63183de62b6c7a005e20e4c958ce259e0f966 /games/boson/Makefile | |
parent | 759f02cc31442ce1025910052f3e73f2cb2bd173 (diff) | |
download | pkgsrc-c610c6952ef463213897fb4b5b7b0d690ff7e4c8.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/Makefile | 31 |
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" |