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

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

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 \
                     20:                        Xi Xinerama Xrandr Xrender c expat fontconfig freetype \
                     21:                        m pixman-1 pthread-stubs stdc++ xcb z
                     22:
                     23: MASTER_SITES =         http://www.freefoote.com/linux/
                     24:
                     25: MODULES =              devel/gettext \
                     26:                        textproc/intltool
                     27:
1.2     ! yason      28: BUILD_DEPENDS =                ::textproc/libxslt \
        !            29:                        ::converters/xmltoman \
        !            30:                        ::textproc/docbook \
        !            31:                        ::textproc/docbook-xsl
1.1       yason      32:
                     33: LIB_DEPENDS =          atk-1.0.>=2400::devel/atk \
                     34:                        cairo.>=9::graphics/cairo \
                     35:                        exiv2.>=2::graphics/exiv2 \
                     36:                        gdk-x11-2.0.>=1401::x11/gtk+2 \
                     37:                        gdk_pixbuf-2.0.>=1401::x11/gtk+2\
                     38:                        gio-2.0.>=1801::devel/glib2 \
                     39:                        glib-2.0.>=1801::devel/glib2 \
                     40:                        glitz.>=2::graphics/glitz \
                     41:                        gmodule-2.0.>=1801::devel/glib2 \
                     42:                        gobject-2.0.>=1801::devel/glib2 \
                     43:                        gtk-x11-2.0.>=1401::x11/gtk+2 \
                     44:                        pango-1.0.>=1800::devel/pango \
                     45:                        pangocairo-1.0.>=1800::devel/pango \
                     46:                        pangoft2-1.0.>=1800::devel/pango \
                     47:                        png.>=8::graphics/png \
                     48:                        xml2.>=10::textproc/libxml
                     49:
                     50: USE_X11 =              Yes
                     51: USE_GMAKE =            Yes
1.2     ! yason      52: FAKE_FLAGS +=          mandir="${PREFIX}/man"
1.1       yason      53:
                     54: NO_REGRESS =           Yes
1.2     ! yason      55:
        !            56: post-install:
        !            57:        ${INSTALL_DATA_DIR} ${PREFIX}/share/applications
        !            58:        ${INSTALL_DATA} ${WRKSRC}/gpscorrelate.desktop ${PREFIX}/share/applications/
        !            59:        ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/hicolor/scalable/apps/
        !            60:        ${INSTALL_DATA} ${WRKSRC}/gpscorrelate-gui.svg ${PREFIX}/share/icons/hicolor/scalable/apps/
        !            61:
1.1       yason      62:
                     63: .include <bsd.port.mk>

CVSweb