=================================================================== RCS file: /cvs/ports/graphics/simgear/Attic/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.7 diff -u -r1.1.1.1 -r1.7 --- ports/graphics/simgear/Attic/Makefile 2009/08/30 09:30:45 1.1.1.1 +++ ports/graphics/simgear/Attic/Makefile 2010/12/08 05:05:24 1.7 @@ -1,16 +1,10 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2009/08/30 08:30:45 yason Exp $ -#ONLY_FOR_ARCHS = ??? -#NOT_FOR_ARCHS = ??? -#SHARED_ONLY = ??? -#COMES_WITH = ??? +# $OpenBSD: Makefile,v 1.7 2010/12/08 05:05:24 yason Exp $ COMMENT = quickly assembling 3d sims and games -DISTNAME = SimGear-1.9.1 +DISTNAME = SimGear-2.0.0 PKGNAME = ${DISTNAME:L} -#SHARED_LIBS = ??? - CATEGORIES = graphics HOMEPAGE = http://www.simgear.org/ @@ -25,35 +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/ -#BUILD_DEPENDS = ??? -#RUN_DEPENDS = ??? -LIB_DEPENDS = ::audio/openal-soft \ - ::devel/plib \ - ::graphics/freeglut +BUILD_DEPENDS = graphics/osg +LIB_DEPENDS = audio/openal \ + audio/freealut \ + devel/boost \ + devel/plib \ + graphics/glut -#MAKE_FLAGS = ??? -#MAKE_ENV = ??? -#FAKE_FLAGS = ??? -#REGRESS_FLAGS = ??? - -USE_X11 = Yes -#USE_GMAKE = Yes USE_LIBTOOL = Yes CONFIGURE_STYLE = gnu -CONFIGURE_ARGS += ${CONFIGURE_SHARED} \ - --with-jpeg-factory -CONFIGURE_ENV += CPPFLAGS=-I${LOCALBASE}/include \ - LDFLAGS="-L${LOCALBASE}/lib -pthread" - -#AUTOCONF_VERSION = 2.61 -#AUTOMAKE_VERSION = ??? (defaults to 1.4) -#MODGNU_CONFIG_GUESS_DIRS = ??? (defaults to ${WRKSRC} - -#NO_REGRESS = Yes - -#CFLAGS = ??? -#LDFLAGS = ??? +CONFIGURE_ARGS += --with-jpeg-factory +CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread" .include