=================================================================== RCS file: /cvs/ports/graphics/simgear/Attic/Makefile,v retrieving revision 1.3 retrieving revision 1.5 diff -u -r1.3 -r1.5 --- ports/graphics/simgear/Attic/Makefile 2009/10/04 09:33:07 1.3 +++ ports/graphics/simgear/Attic/Makefile 2010/10/23 13:38:12 1.5 @@ -1,12 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 2009/10/04 08:33:07 yason Exp $ +# $OpenBSD: Makefile,v 1.5 2010/10/23 12:38:12 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,21 @@ #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 \ +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