[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / graphics / simgear

Diff for /ports/graphics/simgear/Attic/Makefile between version 1.2 and 1.3

version 1.2, 2009/09/10 07:26:11 version 1.3, 2009/10/04 09:33:07
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
 #ONLY_FOR_ARCHS =       ???  
 #NOT_FOR_ARCHS =        ???  
 #SHARED_ONLY =          ???  
 #COMES_WITH =           ???  
   
 COMMENT =               quickly assembling 3d sims and games  COMMENT =               quickly assembling 3d sims and games
   
 DISTNAME =              SimGear-1.9.1  DISTNAME =              SimGear-1.0.0
 PKGNAME =               ${DISTNAME:L}  PKGNAME =               ${DISTNAME:L}
   
 #SHARED_LIBS =          ???  #SHARED_LIBS =          ???
Line 27 
Line 23 
   
 MASTER_SITES =          ftp://ftp.simgear.org/pub/simgear/Source/  MASTER_SITES =          ftp://ftp.simgear.org/pub/simgear/Source/
   
 #BUILD_DEPENDS =        ???  
 #RUN_DEPENDS =          ???  
 LIB_DEPENDS =           ::audio/openal-soft \  LIB_DEPENDS =           ::audio/openal-soft \
                           ::audio/freealut \
                         ::devel/plib \                          ::devel/plib \
                         ::graphics/freeglut \                          ::graphics/glut
                         ::graphics/osg  
   
 #MAKE_FLAGS =           ???  
 #MAKE_ENV =             ???  
 #FAKE_FLAGS =           ???  
 #REGRESS_FLAGS =        ???  
   
 USE_X11 =               Yes  USE_X11 =               Yes
 #USE_GMAKE =            Yes  
 USE_LIBTOOL =           Yes  USE_LIBTOOL =           Yes
 CONFIGURE_STYLE =       gnu  CONFIGURE_STYLE =       gnu
 CONFIGURE_ARGS +=       ${CONFIGURE_SHARED} \  CONFIGURE_ARGS +=       ${CONFIGURE_SHARED} \
                         --with-jpeg-factory                          --with-jpeg-factory
 CONFIGURE_ENV +=        CPPFLAGS=-I${LOCALBASE}/include \  CONFIGURE_ENV +=        CPPFLAGS=-I${LOCALBASE}/include \
                         LDFLAGS="-L${LOCALBASE}/lib -pthread"                          LDFLAGS="-L${LOCALBASE}/lib"
   
 #AUTOCONF_VERSION =     2.61  
 #AUTOMAKE_VERSION =     ??? (defaults to 1.4)  
 #MODGNU_CONFIG_GUESS_DIRS = ??? (defaults to ${WRKSRC}  
   
 #NO_REGRESS =           Yes  
   
 #CFLAGS =               ???  
 #LDFLAGS =              ???  
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb