=================================================================== RCS file: /cvs/ports/graphics/simgear/Attic/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ports/graphics/simgear/Attic/Makefile 2009/09/10 07:26:11 1.2 +++ ports/graphics/simgear/Attic/Makefile 2009/10/04 09:33:07 1.3 @@ -1,12 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2009/09/10 06:26:11 yason Exp $ -#ONLY_FOR_ARCHS = ??? -#NOT_FOR_ARCHS = ??? -#SHARED_ONLY = ??? -#COMES_WITH = ??? +# $OpenBSD: Makefile,v 1.3 2009/10/04 08:33:07 yason Exp $ COMMENT = quickly assembling 3d sims and games -DISTNAME = SimGear-1.9.1 +DISTNAME = SimGear-1.0.0 PKGNAME = ${DISTNAME:L} #SHARED_LIBS = ??? @@ -27,34 +23,17 @@ MASTER_SITES = ftp://ftp.simgear.org/pub/simgear/Source/ -#BUILD_DEPENDS = ??? -#RUN_DEPENDS = ??? LIB_DEPENDS = ::audio/openal-soft \ + ::audio/freealut \ ::devel/plib \ - ::graphics/freeglut \ - ::graphics/osg + ::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 = ??? + LDFLAGS="-L${LOCALBASE}/lib" .include