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

Diff for /ports/geo/tangogps/Attic/Makefile between version 1.1.1.1 and 1.8

version 1.1.1.1, 2008/11/10 13:20:27 version 1.8, 2009/08/16 20:52:19
Line 2 
Line 2 
   
 COMMENT =               lightweight mapping application for use with or without GPS  COMMENT =               lightweight mapping application for use with or without GPS
   
 DISTNAME =              tangogps-0.9.3  DISTNAME =              tangogps-0.9.6
   
 CATEGORIES =            geo  CATEGORIES =            geo
   
Line 10 
Line 10 
   
 MASTER_SITES =          ${HOMEPAGE}/downloads/  MASTER_SITES =          ${HOMEPAGE}/downloads/
   
 MAINTAINER =            Kirill S. Bychkov <yason@linklevel.net>  MAINTAINER =            Kirill Bychkov <yason@linklevel.net>
   
 # GPLv2  # GPLv2
 PERMIT_PACKAGE_CDROM =  Yes  PERMIT_PACKAGE_CDROM =  Yes
Line 19 
Line 19 
 PERMIT_DISTFILES_FTP =  Yes  PERMIT_DISTFILES_FTP =  Yes
   
 WANTLIB =               ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \  WANTLIB =               ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
                         Xfixes Xi Xinerama Xrandr Xrender c crypto expat \                          Xfixes Xi Xinerama Xrandr Xrender c cairo crypto dbus-1 \
                         fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 glitz \                          dbus-glib-1 expat fontconfig freetype gdk-x11-2.0 \
                         gtk-x11-2.0 iconv idn intl m pango-1.0 pangocairo-1.0 \                          gdk_pixbuf-2.0 gio-2.0 glib-2.0 glitz gmodule-2.0 \
                         pangoft2-1.0 pcre pixman-1 png pthread ssl z                          gobject-2.0 gthread-2.0 gtk-x11-2.0 iconv idn intl m \
                           pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 \
                           png pthread pthread-stubs ssl xcb z
   
 LIB_DEPENDS =           atk-1.0.>=2400::devel/atk \  LIB_DEPENDS =           atk-1.0::devel/atk \
                         cairo::graphics/cairo \                          curl::net/curl \
                         curl.>=11::net/curl \                          exif::graphics/libexif \
                         gconf-2.>=6::devel/gconf2 \                          gconf-2::devel/gconf2 \
                         glib-2.0.>=1800.0,gmodule-2.0.>=1800.0::devel/glib2 \  
                         gobject-2.0.>=1800.0,gthread-2.0.>=1800::devel/glib2 \  
                         sqlite3::databases/sqlite3                          sqlite3::databases/sqlite3
   CONFIGURE_ENV +=        CPPFLAGS=-I${LOCALBASE}/include \
                           LDFLAGS="-L${LOCALBASE}/lib -liconv -lintl"
 USE_X11 =               Yes  USE_X11 =               Yes
 CONFIGURE_STYLE =       gnu autoconf  CONFIGURE_STYLE =       gnu
 AUTOCONF_VERSION =      2.60  
   post-install:
           ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tangogps/
           ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/tangogps/
   
 .include <bsd.port.mk>  .include <bsd.port.mk>

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.8

CVSweb