diff options
Diffstat (limited to 'games/simgear/Makefile')
-rw-r--r-- | games/simgear/Makefile | 23 |
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" |