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

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

1.1     ! yason       1: # $OpenBSD$
        !             2: BROKEN =               systrace filter or some other way for making docs
        !             3:
        !             4: COMMENT =              GPS photo correlation
        !             5:
        !             6: DISTNAME =             gpscorrelate-1.6.0
        !             7:
        !             8: CATEGORIES =           geo
        !             9:
        !            10: HOMEPAGE =             http://www.freefoote.com/linux_gpscorr.html
        !            11:
        !            12: #MAINTAINER =          ???
        !            13:
        !            14: # GPLv2
        !            15: PERMIT_PACKAGE_CDROM = Yes
        !            16: PERMIT_PACKAGE_FTP =   Yes
        !            17: PERMIT_DISTFILES_CDROM =Yes
        !            18: PERMIT_DISTFILES_FTP = Yes
        !            19:
        !            20: WANTLIB =              X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
        !            21:                        Xi Xinerama Xrandr Xrender c expat fontconfig freetype \
        !            22:                        m pixman-1 pthread-stubs stdc++ xcb z
        !            23:
        !            24: MASTER_SITES =         http://www.freefoote.com/linux/
        !            25:
        !            26: MODULES =              devel/gettext \
        !            27:                        textproc/intltool
        !            28:
        !            29: BUILD_DEPENDS =                ::textproc/libxslt
        !            30:
        !            31: LIB_DEPENDS =          atk-1.0.>=2400::devel/atk \
        !            32:                        cairo.>=9::graphics/cairo \
        !            33:                        exiv2.>=2::graphics/exiv2 \
        !            34:                        gdk-x11-2.0.>=1401::x11/gtk+2 \
        !            35:                        gdk_pixbuf-2.0.>=1401::x11/gtk+2\
        !            36:                        gio-2.0.>=1801::devel/glib2 \
        !            37:                        glib-2.0.>=1801::devel/glib2 \
        !            38:                        glitz.>=2::graphics/glitz \
        !            39:                        gmodule-2.0.>=1801::devel/glib2 \
        !            40:                        gobject-2.0.>=1801::devel/glib2 \
        !            41:                        gtk-x11-2.0.>=1401::x11/gtk+2 \
        !            42:                        pango-1.0.>=1800::devel/pango \
        !            43:                        pangocairo-1.0.>=1800::devel/pango \
        !            44:                        pangoft2-1.0.>=1800::devel/pango \
        !            45:                        png.>=8::graphics/png \
        !            46:                        xml2.>=10::textproc/libxml
        !            47:
        !            48: USE_X11 =              Yes
        !            49: USE_GMAKE =            Yes
        !            50:
        !            51: NO_REGRESS =           Yes
        !            52:
        !            53: .include <bsd.port.mk>

CVSweb