=================================================================== RCS file: /cvs/ports/geo/gpscorrelate/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ports/geo/gpscorrelate/Makefile 2009/09/10 19:12:33 1.1 +++ ports/geo/gpscorrelate/Makefile 2010/03/11 12:36:19 1.2 @@ -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.2 2010/03/11 12:36:19 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 \ @@ -47,7 +49,15 @@ 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