=================================================================== RCS file: /cvs/ports/geo/gpscorrelate/Makefile,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ports/geo/gpscorrelate/Makefile 2012/01/05 19:41:53 1.10 +++ ports/geo/gpscorrelate/Makefile 2016/12/27 10:44:49 1.11 @@ -1,49 +1,41 @@ -# $OpenBSD: Makefile,v 1.10 2012/01/05 19:41:53 yason dead $ +# $OpenBSD: Makefile,v 1.11 2016/12/27 10:44:49 kirby Exp $ COMMENT = EXIF geotagging -DISTNAME = gpscorrelate-1.6.1 +GH_ACCOUNT = freefoote +GH_PROJECT = gpscorrelate +GH_TAGNAME = 1.6.1 CATEGORIES = geo x11 -HOMEPAGE = http://www.freefoote.com/linux_gpscorr.html +MAINTAINER = Kirill Bychkov -MAINTAINER = Kirill Bychkov - # GPLv2 PERMIT_PACKAGE_CDROM = Yes -PERMIT_PACKAGE_FTP = Yes -PERMIT_DISTFILES_CDROM =Yes -PERMIT_DISTFILES_FTP = Yes -WANTLIB += GL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama -WANTLIB += Xrandr Xrender atk-1.0 c cairo exiv2 expat fontconfig -WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 -WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0 m pango-1.0 -WANTLIB += pangocairo-1.0 pangoft2-1.0 pixman-1 png pthread pthread-stubs -WANTLIB += stdc++ xcb xcb-render xcb-shm xml2 z +WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama +WANTLIB += Xrandr Xrender atk-1.0 c cairo exiv2 fontconfig freetype +WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0 +WANTLIB += gtk-x11-2.0 intl m pango-1.0 pangocairo-1.0 pangoft2-1.0 +WANTLIB += stdc++ xml2 z -MASTER_SITES = http://www.freefoote.com/linux/ +MODULES = textproc/intltool -MODULES = devel/gettext \ - textproc/intltool - -BUILD_DEPENDS = textproc/libxslt \ - converters/xmltoman \ - textproc/docbook \ +BUILD_DEPENDS = converters/xmltoman \ textproc/docbook-xsl LIB_DEPENDS = graphics/cairo \ graphics/exiv2 \ - x11/gtk+2 \ - textproc/libxml + textproc/libxml \ + x11/gtk+2 -RUN_DEPENDS = devel/desktop-file-utils +RUN_DEPENDS = devel/desktop-file-utils \ + x11/gtk+3,-guic USE_GMAKE = Yes FAKE_FLAGS += mandir="${PREFIX}/man" -NO_REGRESS = Yes +NO_TEST = Yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/applications