summaryrefslogtreecommitdiff
path: root/games/simgear/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-07-12 19:56:14 +0000
committerdrochner <drochner@pkgsrc.org>2007-07-12 19:56:14 +0000
commitff45890b14a18af8bd15653b5c3a2883d93d1ec4 (patch)
tree1d62d4ab0fdfbbc5aeb02c799f9ad903f9c8ef45 /games/simgear/Makefile
parentf77fdf62fbb020e04178a771ee3ef5fd4ed8498c (diff)
downloadpkgsrc-ff45890b14a18af8bd15653b5c3a2883d93d1ec4.tar.gz
import simgear-0.3.10, prepared by Juan Romero Pardines in pkgsrc-wip
This is a library fon 3d simulations, used by the flightgear flight simulator.
Diffstat (limited to 'games/simgear/Makefile')
-rw-r--r--games/simgear/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/games/simgear/Makefile b/games/simgear/Makefile
new file mode 100644
index 00000000000..156a369af8e
--- /dev/null
+++ b/games/simgear/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/07/12 19:56:14 drochner Exp $
+#
+
+DISTNAME= SimGear-0.3.10
+PKGNAME= ${DISTNAME:S/SimGear/simgear/}
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.simgear.org/pub/simgear/Source/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= ftp://ftp.simgear.org/pub/simgear/Source/
+COMMENT= Simulator Construction Tools
+
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c c++
+
+.include "../../audio/openal/buildlink3.mk"
+.include "../../audio/freealut/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../games/plib/buildlink3.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"