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

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

1.1     ! yason       1: # $OpenBSD
        !             2:
        !             3: COMMENT =              lightweight mapping application for use with or without GPS
        !             4:
        !             5: DISTNAME =             tangogps-0.9.3
        !             6:
        !             7: CATEGORIES =           geo
        !             8:
        !             9: HOMEPAGE =             http://www.tangogps.org/
        !            10:
        !            11: MASTER_SITES =         ${HOMEPAGE}/downloads/
        !            12:
        !            13: MAINTAINER =           Kirill S. Bychkov <yason@linklevel.net>
        !            14:
        !            15: # GPLv2
        !            16: PERMIT_PACKAGE_CDROM = Yes
        !            17: PERMIT_PACKAGE_FTP =   Yes
        !            18: PERMIT_DISTFILES_CDROM =Yes
        !            19: PERMIT_DISTFILES_FTP = Yes
        !            20:
        !            21: WANTLIB =              ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
        !            22:                        Xfixes Xi Xinerama Xrandr Xrender c crypto expat \
        !            23:                        fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 glitz \
        !            24:                        gtk-x11-2.0 iconv idn intl m pango-1.0 pangocairo-1.0 \
        !            25:                        pangoft2-1.0 pcre pixman-1 png pthread ssl z
        !            26:
        !            27: LIB_DEPENDS =          atk-1.0.>=2400::devel/atk \
        !            28:                        cairo::graphics/cairo \
        !            29:                        curl.>=11::net/curl \
        !            30:                        gconf-2.>=6::devel/gconf2 \
        !            31:                        glib-2.0.>=1800.0,gmodule-2.0.>=1800.0::devel/glib2 \
        !            32:                        gobject-2.0.>=1800.0,gthread-2.0.>=1800::devel/glib2 \
        !            33:                        sqlite3::databases/sqlite3
        !            34:
        !            35: USE_X11 =              Yes
        !            36: CONFIGURE_STYLE =      gnu autoconf
        !            37: AUTOCONF_VERSION =     2.60
        !            38:
        !            39: .include <bsd.port.mk>

CVSweb