[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / geo / navit

Diff for /ports/geo/navit/Makefile between version 1.1 and 1.2

version 1.1, 2009/09/10 19:11:24 version 1.2, 2009/09/16 22:43:00
Line 27 
Line 27 
   
 MASTER_SITES =          ${MASTER_SITE_SOURCEFORGE:=navit/}  MASTER_SITES =          ${MASTER_SITE_SOURCEFORGE:=navit/}
   
 MODULES =               textproc/intltool  MODULES =               devel/gettext \
 #BUILD_DEPENDS =        ???                          textproc/intltool
   BUILD_DEPENDS =         ::x11/gnome/librsvg
 #RUN_DEPENDS =          ???  #RUN_DEPENDS =          ???
 #LIB_DEPENDS =          ???  LIB_DEPENDS =           ::graphics/freeglut \
                           ::graphics/quesoglc \
                           ::devel/sdl-image \
                           ::misc/gpsd
 #REGRESS_DEPENDS =      ???  #REGRESS_DEPENDS =      ???
   
 #MAKE_FLAGS =           ???  #MAKE_FLAGS =           ???
Line 38 
Line 42 
 #FAKE_FLAGS =           ???  #FAKE_FLAGS =           ???
 #REGRESS_FLAGS =        ???  #REGRESS_FLAGS =        ???
   
 #SEPARATE_BUILD =       concurrent  (build simultaneously on all arches)  USE_X11 =               Yes
 #SEPARATE_BUILD =       simple  (configure/build still recreates files in source)  USE_GMAKE =             Yes
 #USE_X11 =              Yes  USE_LIBTOOL =           Yes
 #USE_GMAKE =            Yes  
 # Programs that uses libtool should use this option,  
 # unless there is a really good reason not to.  
 #USE_LIBTOOL =          Yes  
 CONFIGURE_STYLE =       gnu  CONFIGURE_STYLE =       gnu
 #CONFIGURE_SCRIPT =     ??? (if other than configure)  CONFIGURE_ARGS +=       --enable-threads=posix \
 #CONFIGURE_ARGS +=      ${CONFIGURE_SHARED}                          --disable-samplemap \
 CONFIGURE_ENV =         CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"                          ${CONFIGURE_SHARED}
   CONFIGURE_ENV +=        CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
 #REGRESS_IS_INTERACTIVE =       Yes                          LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
   
 #FLAVORS =      1 2 3 a b  #FLAVORS =      1 2 3 a b
 #FLAVOR ?=  #FLAVOR ?=

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

CVSweb