=================================================================== RCS file: /cvs/ports/graphics/simgear/Attic/Makefile,v retrieving revision 1.3 retrieving revision 1.7 diff -u -r1.3 -r1.7 --- ports/graphics/simgear/Attic/Makefile 2009/10/04 09:33:07 1.3 +++ ports/graphics/simgear/Attic/Makefile 2010/12/08 05:05:24 1.7 @@ -1,12 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 2009/10/04 08:33:07 yason Exp $ +# $OpenBSD: Makefile,v 1.7 2010/12/08 05:05:24 yason Exp $ COMMENT = quickly assembling 3d sims and games -DISTNAME = SimGear-1.0.0 +DISTNAME = SimGear-2.0.0 PKGNAME = ${DISTNAME:L} -#SHARED_LIBS = ??? - CATEGORIES = graphics HOMEPAGE = http://www.simgear.org/ @@ -21,19 +19,20 @@ #WANTLIB = ??? -MASTER_SITES = ftp://ftp.simgear.org/pub/simgear/Source/ +MASTER_SITES = ftp://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/ +#MASTER_SITES0 = ftp://goflyflightgear.com/simgear/Source/ -LIB_DEPENDS = ::audio/openal-soft \ - ::audio/freealut \ - ::devel/plib \ - ::graphics/glut +BUILD_DEPENDS = graphics/osg +LIB_DEPENDS = audio/openal \ + audio/freealut \ + devel/boost \ + devel/plib \ + graphics/glut -USE_X11 = Yes USE_LIBTOOL = Yes CONFIGURE_STYLE = gnu -CONFIGURE_ARGS += ${CONFIGURE_SHARED} \ - --with-jpeg-factory -CONFIGURE_ENV += CPPFLAGS=-I${LOCALBASE}/include \ - LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS += --with-jpeg-factory +CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread" .include