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

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

version 1.2, 2009/09/16 22:43:00 version 1.3, 2009/09/18 22:09:29
Line 3 
Line 3 
 #NOT_FOR_ARCHS =        ???  #NOT_FOR_ARCHS =        ???
 #SHARED_ONLY =          ???  #SHARED_ONLY =          ???
 #COMES_WITH =           ???  #COMES_WITH =           ???
 #BROKEN =               reason  #BROKEN =               GNU getline suxx
   
 COMMENT =               car navigation system with routing engine  COMMENT =               car navigation system with routing engine
   
Line 51 
Line 51 
                         ${CONFIGURE_SHARED}                          ${CONFIGURE_SHARED}
 CONFIGURE_ENV +=        CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \  CONFIGURE_ENV +=        CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
                         LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"                          LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
   
 #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
   

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

CVSweb