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

Diff for /ports/graphics/simgear/Attic/Makefile between version 1.1.1.1 and 1.4

version 1.1.1.1, 2009/08/30 09:30:45 version 1.4, 2010/03/02 14:22:22
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-2.0.0
 PKGNAME =               ${DISTNAME:L}  PKGNAME =               ${DISTNAME:L}
   
 #SHARED_LIBS =          ???  #SHARED_LIBS =          ???
Line 25 
Line 21 
   
 #WANTLIB =              ???  #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 =        ???  LIB_DEPENDS =           ::audio/openal \
 #RUN_DEPENDS =          ???                          ::audio/freealut \
 LIB_DEPENDS =           ::audio/openal-soft \                          ::devel/boost \
                         ::devel/plib \                          ::devel/plib \
                         ::graphics/freeglut                          ::graphics/glut
   #                       OSG
   MODULES =               gcc4
   MODGCC4_ARCHES =        *
   MODGCC4_LANGS +=        ${_MODGCC4CXX}
   
 #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 +=       --with-jpeg-factory
                         --with-jpeg-factory  CONFIGURE_ENV +=        CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
 CONFIGURE_ENV +=        CPPFLAGS=-I${LOCALBASE}/include \                          LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread"
                         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 =              ???  
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.4

CVSweb