diff options
author | adam <adam> | 2010-08-27 06:11:50 +0000 |
---|---|---|
committer | adam <adam> | 2010-08-27 06:11:50 +0000 |
commit | 9f2733f0a7ad9290916717f0f93aa6ece5f20b90 (patch) | |
tree | 5ae9b3edf3613efac455ce938e4084ab1091b365 /games/simgear/Makefile | |
parent | 3c1ac12532329d87f07f4b56665b34c061726ae3 (diff) | |
download | pkgsrc-9f2733f0a7ad9290916717f0f93aa6ece5f20b90.tar.gz |
Changes 2.0.0:
* No changelog available.
Diffstat (limited to 'games/simgear/Makefile')
-rw-r--r-- | games/simgear/Makefile | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/games/simgear/Makefile b/games/simgear/Makefile index c3414332e5e..353dbe60cb1 100644 --- a/games/simgear/Makefile +++ b/games/simgear/Makefile @@ -1,29 +1,30 @@ -# $NetBSD: Makefile,v 1.9 2010/01/18 09:58:53 wiz Exp $ -# +# $NetBSD: Makefile,v 1.10 2010/08/27 06:11:50 adam Exp $ -DISTNAME= SimGear-1.0.0 -PKGNAME= ${DISTNAME:S/SimGear/simgear/} -PKGREVISION= 2 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.de.simgear.org/pub/simgear/Source/ +DISTNAME= SimGear-2.0.0 +PKGNAME= ${DISTNAME:tl} +CATEGORIES= games devel +MASTER_SITES= ftp://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/ \ + ftp://ftp.goflyflightgear.com/simgear/ -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.simgear.org/ -COMMENT= Simulator Construction Tools +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://simgear.sourceforge.net/ +COMMENT= Simulator Construction Tools PKG_DESTDIR_SUPPORT= user-destdir -MAKE_JOBS_SAFE= no - +USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_LANGUAGES= c c++ +CONFIGURE_ARGS+= --with-jpeg-factory + +BUILDLINK_API_DEPENDS.plib+= plib>=1.8.4 -.include "../../audio/openal/buildlink3.mk" .include "../../audio/freealut/buildlink3.mk" +.include "../../audio/openal/buildlink3.mk" +.include "../../devel/boost-headers/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" -BUILDLINK_API_DEPENDS.plib+= plib>=1.8.4 .include "../../games/plib/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" +.include "../../graphics/osg/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |