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

Diff for /ports/games/palomino/Attic/Makefile between version 1.1 and 1.3

version 1.1, 2009/09/10 19:14:54 version 1.3, 2010/06/15 15:02:24
Line 8 
Line 8 
 COMMENT =               ???  COMMENT =               ???
 # COMMENT-foo =         ???     for multi packages  # COMMENT-foo =         ???     for multi packages
   
 DISTNAME =              palomino_src_20090615  DISTNAME =              palomino_src_20100421
 #PKGNAME =              ???  PKGNAME =               ${DISTNAME:S/_src_/-/}
 #PKGNAME-foo =          ???     for multi packages  #PKGNAME-foo =          ???     for multi packages
   
 #SHARED_LIBS =          ???  #SHARED_LIBS =          ???
Line 28 
Line 28 
   
 #WANTLIB =              ???  #WANTLIB =              ???
   
 MASTER_SITES =          ${MASTER_SITE_SOURCEFORGE:=palomino-sim/}  MASTER_SITES =          ftp://ftp.palomino3d.org/sim/
 #DISTFILES =            ???  #DISTFILES =            ???
 #EXTRACT_ONLY =         ???  #EXTRACT_ONLY =         ???
 EXTRACT_SUFX =          .tar.bz2  EXTRACT_SUFX =          .tar.bz2
Line 36 
Line 36 
 #DIST_SUBDIR =          ???  #DIST_SUBDIR =          ???
   
 MODULES =               devel/cmake  MODULES =               devel/cmake
   
 #BUILD_DEPENDS =        ???  #BUILD_DEPENDS =        ???
 #RUN_DEPENDS =          ???  #RUN_DEPENDS =          ???
 LIB_DEPENDS =           graphics/osg  LIB_DEPENDS =           ::devel/plib \
                           ::devel/sdl \
                           ::graphics/osg \
                           ::x11/fltk
 #REGRESS_DEPENDS =      ???  #REGRESS_DEPENDS =      ???
   
 #MAKE_FLAGS =           ???  #MAKE_FLAGS =           ???
Line 46 
Line 50 
 #FAKE_FLAGS =           ???  #FAKE_FLAGS =           ???
 #REGRESS_FLAGS =        ???  #REGRESS_FLAGS =        ???
   
 # build/configuration variables  SEPARATE_BUILD =        concurrent
 #  USE_X11 =               Yes
 #SEPARATE_BUILD =       concurrent  (build simultaneously on all arches)  
 #SEPARATE_BUILD =       simple  (configure/build still recreates files in source)  
 #USE_X11 =              Yes  
 #USE_GMAKE =            Yes  
 # Programs that uses libtool should use this option,  
 # unless there is a really good reason not to.  
 #USE_LIBTOOL =          Yes  #USE_LIBTOOL =          Yes
 # Set CONFIGURE_STYLE to value corresponding to some standard configuration  CONFIGURE_ARGS =        -DCMAKE_INCLUDE_PATH="${PREFIX}/include;${X11BASE}/include" \
 #         perl [modbuild]: perl's MakeMaker Makefile.PL (modbuild: perl's                          -DCMAKE_LIBRARY_PATH="${PREFIX}/lib;${X11BASE}/lib" \
 #         Module::Build Build.PL)                          -DOSG_INC_DIR="${PREFIX}/include" -DOSG_LIB_DIR="${PREFIX}/lib" \
 #         gnu [autoconf] [old] [dest]: gnu style configure (old: no                          -DCOMPILE_WITH_LINUX_JOYSTICK=0 \
 #         sysconfdir), (dest: add DESTDIR, does not handle it),                          -DCMAKE_BUILD_TYPE=Release \
 #         (autoconf: needed by port, implies gnu)                          -DLIB_POSTFIX=
 #       XXX: cygnus products do NOT use autoconf for making the main  #                       -DCOMPILE_OSG=0 \
 #               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 =  
 #CONFIGURE_SCRIPT =     ??? (if other than configure)  
 #CONFIGURE_ARGS +=      ${CONFIGURE_SHARED}  
 #CONFIGURE_ENV =        ???  #CONFIGURE_ENV =        ???
   
 #FLAVORS =      1 2 3 a b  
 #FLAVOR ?=  
 # grab multiple choice value  
 #CHOICE = ${FLAVOR:L:Na:Nb}  
 # check that CHOICE is 1 OR 2 OR 3, or error out  
 #.if ${CHOICE} == "1"  
 # code for 1  
 #.elif ${CHOICE} == "2"  
 # code for 2  
 #.elif ${CHOICE} == "3"  
 # code for 3  
 #.else  
 #ERRORS += "Fatal: Conflicting flavor: ${FLAVOR}"  
 #.endif  
 # check for switches  
 #.if ${FLAVOR:L:Ma}  
 # code for a  
 #.endif  
 #.if ${FLAVOR:L:Mb}  
 # code for b  
 #.endif  
   
 #NO_REGRESS =           Yes  #NO_REGRESS =           Yes
   
 #CFLAGS =               ???  #CFLAGS =               ???
 #LDFLAGS =              ???  #LDFLAGS =              ???
 #MAKE_FILE =            ???  
 #PKG_ARCH =             ???  #PKG_ARCH =             ???
 WRKDIST =               ${WRKDIR}/palomino  WRKDIST =               ${WRKDIR}/palomino
 #WRKSRC =               ??? if other than ${WRKDIST}  
 #WRKBUILD =             ??? if other than ${WRKSRC}  
 #WRKCONF =              ??? if other than ${WRKBUILD}  
   
 #ALL_TARGET =           ???  
 #INSTALL_TARGET =       ???  #INSTALL_TARGET =       ???
 #REGRESS_TARGET =       ???  #REGRESS_TARGET =       ???
   

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

CVSweb