=================================================================== RCS file: /cvs/ports/geo/foxtrotgps/Attic/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.4 diff -u -r1.1.1.1 -r1.4 --- ports/geo/foxtrotgps/Attic/Makefile 2012/01/15 06:08:48 1.1.1.1 +++ ports/geo/foxtrotgps/Attic/Makefile 2012/10/12 13:56:33 1.4 @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2012/01/15 06:08:48 yason Exp $ +# $OpenBSD: Makefile,v 1.4 2012/10/12 13:56:33 kirby Exp $ COMMENT = lightweight mapping application for use with or without GPS -DISTNAME = foxtrotgps-1.0.1 +DISTNAME = foxtrotgps-1.1.1 CATEGORIES = geo x11 @@ -10,7 +10,7 @@ MASTER_SITES = ${HOMEPAGE}/releases/ -MAINTAINER = Kirill Bychkov +MAINTAINER = Kirill Bychkov # GPLv2 PERMIT_PACKAGE_CDROM = Yes @@ -21,17 +21,17 @@ WANTLIB += GL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama WANTLIB += Xrandr Xrender atk-1.0 c cairo crypto curl dbus-1 dbus-glib-1 WANTLIB += exif expat ffi fontconfig freetype gconf-2 gdk-x11-2.0 -WANTLIB += gdk_pixbuf-2.0 gio-2.0 glade-2.0 glib-2.0 gmodule-2.0 gobject-2.0 -WANTLIB += gps gthread-2.0 gtk-x11-2.0 idn m pango-1.0 pangocairo-1.0 -WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs -WANTLIB += sqlite3 ssl xcb xcb-render xcb-shm xml2 z +WANTLIB += gdk_pixbuf-2.0 gio-2.0 glade-2.0 glib-2.0 gmodule-2.0 +WANTLIB += gobject-2.0 gps gthread-2.0 gtk-x11-2.0 harfbuzz icudata +WANTLIB += icule icuuc idn m pango-1.0 pangocairo-1.0 pangoft2-1.0 +WANTLIB += pcre pixman-1 png pthread pthread-stubs sqlite3 ssl +WANTLIB += xcb xcb-render xcb-shm xml2 z MODULES = devel/gettext \ - lang/python -LIB_DEPENDS = devel/atk \ - devel/gconf2 \ - devel/libglade2 \ - databases/sqlite3 \ + lang/python \ + devel/gconf2 + +LIB_DEPENDS = devel/libglade2 \ graphics/libexif \ misc/gpsd \ net/curl \ @@ -40,12 +40,14 @@ RUN_DEPENDS = devel/desktop-file-utils CONFIGURE_ENV += CPPFLAGS=-I${LOCALBASE}/include \ - LDFLAGS="-L${LOCALBASE}/lib -liconv -lintl" + LDFLAGS="-L${LOCALBASE}/lib -liconv -lintl" \ + GCONF_SCHEMA_FILE_DIR=${SCHEMAS_INSTDIR} -USE_GMAKE = Yes +USE_GMAKE = Yes CONFIGURE_STYLE = gnu -#AUTOCONF_VERSION = 2.64 NO_REGRESS = Yes + +MODGCONF2_SCHEMAS_DIR = foxtrotgps MODPY_ADJ_FILES = contrib/georss2foxtrotgps-poi MODPY_RUNDEP = No