[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / geo / gpscorrelate

Annotation of ports/geo/gpscorrelate/Makefile, Revision 1.7

1.1       yason       1: # $OpenBSD$
                      2:
                      3: COMMENT =              GPS photo correlation
                      4:
1.2       yason       5: DISTNAME =             gpscorrelate-1.6.1
1.1       yason       6:
                      7: CATEGORIES =           geo
                      8:
                      9: HOMEPAGE =             http://www.freefoote.com/linux_gpscorr.html
                     10:
                     11: #MAINTAINER =          ???
                     12:
                     13: # GPLv2
                     14: PERMIT_PACKAGE_CDROM = Yes
                     15: PERMIT_PACKAGE_FTP =   Yes
                     16: PERMIT_DISTFILES_CDROM =Yes
                     17: PERMIT_DISTFILES_FTP = Yes
                     18:
                     19: WANTLIB =              X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
1.7     ! yason      20:                        Xi Xinerama Xrandr Xrender atk-1.0 c cairo exiv2 expat fontconfig freetype \
        !            21:                        gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 gtk-x11-2.0 gthread-2.0 \
1.6       yason      22:                        m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png \
                     23:                        pthread pthread-stubs stdc++ xcb  xcb-render \
1.7     ! yason      24:                        xcb-render-util xml2 z
1.1       yason      25:
                     26: MASTER_SITES =         http://www.freefoote.com/linux/
                     27:
                     28: MODULES =              devel/gettext \
                     29:                        textproc/intltool
                     30:
1.2       yason      31: BUILD_DEPENDS =                ::textproc/libxslt \
                     32:                        ::converters/xmltoman \
                     33:                        ::textproc/docbook \
                     34:                        ::textproc/docbook-xsl
1.1       yason      35:
1.7     ! yason      36: LIB_DEPENDS =          ::graphics/cairo \
        !            37:                        ::graphics/exiv2 \
        !            38:                        ::graphics/glitz \
        !            39:                        ::x11/gtk+2 \
        !            40:                        ::textproc/libxml
1.1       yason      41:
1.7     ! yason      42: RUN_DEPENDS =          :desktop-file-utils-*:devel/desktop-file-utils \
1.5       yason      43:                        ::sysutils/gamin,-server
1.3       yason      44:
1.1       yason      45: USE_GMAKE =            Yes
1.2       yason      46: FAKE_FLAGS +=          mandir="${PREFIX}/man"
1.1       yason      47:
                     48: NO_REGRESS =           Yes
1.2       yason      49:
                     50: post-install:
                     51:        ${INSTALL_DATA_DIR} ${PREFIX}/share/applications
                     52:        ${INSTALL_DATA} ${WRKSRC}/gpscorrelate.desktop ${PREFIX}/share/applications/
                     53:        ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/hicolor/scalable/apps/
                     54:        ${INSTALL_DATA} ${WRKSRC}/gpscorrelate-gui.svg ${PREFIX}/share/icons/hicolor/scalable/apps/
                     55:
1.1       yason      56:
                     57: .include <bsd.port.mk>

CVSweb