=================================================================== RCS file: /cvs/ports/geo/gpscorrelate/Makefile,v retrieving revision 1.1 retrieving revision 1.3 diff -u -r1.1 -r1.3 --- ports/geo/gpscorrelate/Makefile 2009/09/10 19:12:33 1.1 +++ ports/geo/gpscorrelate/Makefile 2010/03/11 22:01:03 1.3 @@ -1,9 +1,8 @@ -# $OpenBSD: Makefile,v 1.1 2009/09/10 18:12:33 yason Exp $ -BROKEN = systrace filter or some other way for making docs +# $OpenBSD: Makefile,v 1.3 2010/03/11 22:01:03 yason Exp $ COMMENT = GPS photo correlation -DISTNAME = gpscorrelate-1.6.0 +DISTNAME = gpscorrelate-1.6.1 CATEGORIES = geo @@ -26,7 +25,10 @@ MODULES = devel/gettext \ textproc/intltool -BUILD_DEPENDS = ::textproc/libxslt +BUILD_DEPENDS = ::textproc/libxslt \ + ::converters/xmltoman \ + ::textproc/docbook \ + ::textproc/docbook-xsl LIB_DEPENDS = atk-1.0.>=2400::devel/atk \ cairo.>=9::graphics/cairo \ @@ -45,9 +47,19 @@ png.>=8::graphics/png \ xml2.>=10::textproc/libxml +RUN_DEPENDS = ::sysutils/gamin,-server + USE_X11 = Yes USE_GMAKE = Yes +FAKE_FLAGS += mandir="${PREFIX}/man" NO_REGRESS = Yes + +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKSRC}/gpscorrelate.desktop ${PREFIX}/share/applications/ + ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/hicolor/scalable/apps/ + ${INSTALL_DATA} ${WRKSRC}/gpscorrelate-gui.svg ${PREFIX}/share/icons/hicolor/scalable/apps/ + .include