[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.6

version 1.1, 2009/09/10 19:11:24 version 1.6, 2011/10/26 19:05:02
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
 #ONLY_FOR_ARCHS =       ???  #BROKEN =               GNU getline suxx (undefined reference to `getline')
 #NOT_FOR_ARCHS =        ???  
 #SHARED_ONLY =          ???  
 #COMES_WITH =           ???  
 #BROKEN =               reason  
   
 COMMENT =               car navigation system with routing engine  COMMENT =               car navigation system with routing engine
   
 DISTNAME =              navit-0.1.1  DISTNAME =              navit-0.2.0
   
 #SHARED_LIBS =          ???  #SHARED_LIBS =          ???
   
Line 23 
Line 19 
 PERMIT_DISTFILES_CDROM =Yes  PERMIT_DISTFILES_CDROM =Yes
 PERMIT_DISTFILES_FTP =  Yes  PERMIT_DISTFILES_FTP =  Yes
   
 #WANTLIB =              ???  
   
 MASTER_SITES =          ${MASTER_SITE_SOURCEFORGE:=navit/}  MASTER_SITES =          ${MASTER_SITE_SOURCEFORGE:=navit/}
   
 MODULES =               textproc/intltool  WANTLIB += GL SDL SDL_image X11 Xau Xcomposite Xcursor Xdamage
 #BUILD_DEPENDS =        ???  WANTLIB += Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm
 #RUN_DEPENDS =          ???  WANTLIB += atk-1.0 c cairo com_err crypto dbus-1 dbus-glib-1 drm
 #LIB_DEPENDS =          ???  WANTLIB += expat fontconfig freetype fribidi gdk-x11-2.0 gdk_pixbuf-2.0
 #REGRESS_DEPENDS =      ???  WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gps gthread-2.0
   WANTLIB += gtk-x11-2.0 jpeg m pango-1.0 pangocairo-1.0 pangoft2-1.0
   WANTLIB += pcre pixman-1 png pq pthread pthread-stubs sndio ssl
   WANTLIB += tiff usbhid xcb xcb-render xcb-shm z
   
   MODULES =               devel/gettext \
                           textproc/intltool
   BUILD_DEPENDS =         x11/gnome/librsvg
   
   LIB_DEPENDS =           databases/postgresql \
                           devel/fribidi \
                           devel/sdl-image \
                           graphics/cairo \
                           graphics/quesoglc \
                           misc/gpsd,-main \
                           x11/dbus \
                           x11/dbus-glib \
                           x11/gtk+2
   
 #MAKE_FLAGS =           ???  #MAKE_FLAGS =           ???
 #MAKE_ENV =             ???  #MAKE_ENV =             ???
 #FAKE_FLAGS =           ???  #FAKE_FLAGS =           ???
 #REGRESS_FLAGS =        ???  #REGRESS_FLAGS =        ???
   
 #SEPARATE_BUILD =       concurrent  (build simultaneously on all arches)  USE_GMAKE =             Yes
 #SEPARATE_BUILD =       simple  (configure/build still recreates files in source)  USE_LIBTOOL =           Yes
 #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  
 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" \
                           LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
   
 #REGRESS_IS_INTERACTIVE =       Yes  NO_REGRESS =            Yes
   
 #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  
   
 #CFLAGS =               ???  #CFLAGS =               ???
 #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.1  
changed lines
  Added in v.1.6

CVSweb