=================================================================== RCS file: /cvs/ports/geo/tangogps/Attic/Makefile,v retrieving revision 1.1 retrieving revision 1.4 diff -u -r1.1 -r1.4 --- ports/geo/tangogps/Attic/Makefile 2008/11/10 13:20:27 1.1 +++ ports/geo/tangogps/Attic/Makefile 2009/01/28 13:37:07 1.4 @@ -2,7 +2,7 @@ COMMENT = lightweight mapping application for use with or without GPS -DISTNAME = tangogps-0.9.3 +DISTNAME = tangogps-0.9.5 CATEGORIES = geo @@ -19,21 +19,23 @@ PERMIT_DISTFILES_FTP = Yes WANTLIB = ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \ - Xfixes Xi Xinerama Xrandr Xrender c crypto expat \ - fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 glitz \ - gtk-x11-2.0 iconv idn intl m pango-1.0 pangocairo-1.0 \ - pangoft2-1.0 pcre pixman-1 png pthread ssl z + Xfixes Xi Xinerama Xrandr Xrender c cairo crypto dbus-1 \ + dbus-glib-1 expat fontconfig freetype gdk-x11-2.0 \ + gdk_pixbuf-2.0 gio-2.0 glib-2.0 glitz gmodule-2.0 \ + 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 ssl z -LIB_DEPENDS = atk-1.0.>=2400::devel/atk \ - cairo::graphics/cairo \ - curl.>=11::net/curl \ - gconf-2.>=6::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 \ +LIB_DEPENDS = atk-1.0::devel/atk \ + curl::net/curl \ + gconf-2::devel/gconf2 \ sqlite3::databases/sqlite3 USE_X11 = Yes -CONFIGURE_STYLE = gnu autoconf -AUTOCONF_VERSION = 2.60 +CONFIGURE_STYLE = gnu + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tangogps/ + ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/tangogps/ .include