[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / games / flightgear

Diff for /ports/games/flightgear/Attic/Makefile between version 1.3 and 1.4

version 1.3, 2009/06/12 17:17:58 version 1.4, 2009/08/30 08:43:49
Line 3 
Line 3 
 #NOT_FOR_ARCHS =        ???  #NOT_FOR_ARCHS =        ???
 #SHARED_ONLY =          ???  #SHARED_ONLY =          ???
 #COMES_WITH =           ???  #COMES_WITH =           ???
 #BROKEN =               openal update?  
   
 COMMENT =               flight simulator  COMMENT =               flight simulator
 # COMMENT-foo =         ???     for multi packages  # COMMENT-foo =         ???     for multi packages
   
 #  
 # What port/package will be created  
 #  
 DISTNAME =              FlightGear-1.9.1  DISTNAME =              FlightGear-1.9.1
 PKGNAME =               ${DISTNAME:L}  PKGNAME =               ${DISTNAME:L}
 #PKGNAME-foo =          ???     for multi packages  #PKGNAME-foo =          ???     for multi packages
Line 56 
Line 52 
   
 USE_X11 =               Yes  USE_X11 =               Yes
 #USE_GMAKE =            Yes  #USE_GMAKE =            Yes
 # Programs that uses libtool should use this option,  #USE_LIBTOOL =          Yes
 # unless there is a really good reason not to.  
 USE_LIBTOOL =           Yes  
 # Set CONFIGURE_STYLE to value corresponding to some standard configuration  
 #         perl [modbuild]: perl's MakeMaker Makefile.PL (modbuild: perl's  
 #         Module::Build Build.PL)  
 #         gnu [autoconf] [old] [dest]: gnu style configure (old: no  
 #         sysconfdir), (dest: add DESTDIR, does not handle it),  
 #         (autoconf: needed by port, implies gnu)  
 #       XXX: cygnus products do NOT use autoconf for making the main  
 #               configure from configure.in  
 #         imake [noman]: port uses imake for configuration.  
 #         (noman: no man page installation)  
 #         simple: port has its own configure script  
 CONFIGURE_STYLE =       gnu  CONFIGURE_STYLE =       gnu
 #CONFIGURE_SCRIPT =     ??? (if other than configure)  
 #CONFIGURE_ARGS +=      ${CONFIGURE_SHARED}  #CONFIGURE_ARGS +=      ${CONFIGURE_SHARED}
 #CONFIGURE_ENV +=       LIBS=-lopenal  
   
 # for gnu stuff  # for gnu stuff
 #AUTOCONF_VERSION =     2.61  #AUTOCONF_VERSION =     2.61
 #AUTOMAKE_VERSION =     ??? (defaults to 1.4)  #AUTOMAKE_VERSION =     ??? (defaults to 1.4)
 #MODGNU_CONFIG_GUESS_DIRS = ??? (defaults to ${WRKSRC}  #MODGNU_CONFIG_GUESS_DIRS = ??? (defaults to ${WRKSRC}
   
 #IS_INTERACTIVE =               Yes  
 #REGRESS_IS_INTERACTIVE =       Yes  
   
 # Assume you have one multiple choice flavor: 1 2 3 and switches a b.  
 # You would write  
 #  
 #FLAVORS =      1 2 3 a b  #FLAVORS =      1 2 3 a b
 #FLAVOR ?=  #FLAVOR ?=
 # grab multiple choice value  # grab multiple choice value
Line 114 
Line 89 
 #LDFLAGS =              ???  #LDFLAGS =              ???
 #MAKE_FILE =            ???  #MAKE_FILE =            ???
 #PKG_ARCH =             ???  #PKG_ARCH =             ???
   
 #ALL_TARGET =           ???  
 #INSTALL_TARGET =       ???  
 #REGRESS_TARGET =       ???  
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

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

CVSweb