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

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

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 \
1.2     ! yason      22:                        Xfixes Xi Xinerama Xrandr Xrender c cairo crypto expat \
        !            23:                        fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 \
        !            24:                        glib-2.0 glitz gmodule-2.0 gobject-2.0 gthread-2.0 \
1.1       yason      25:                        gtk-x11-2.0 iconv idn intl m pango-1.0 pangocairo-1.0 \
                     26:                        pangoft2-1.0 pcre pixman-1 png pthread ssl z
                     27:
1.2     ! yason      28: LIB_DEPENDS =          atk-1.0::devel/atk \
        !            29:                        curl::net/curl \
        !            30:                        gconf-2::devel/gconf2 \
1.1       yason      31:                        sqlite3::databases/sqlite3
                     32:
                     33: USE_X11 =              Yes
                     34: CONFIGURE_STYLE =      gnu autoconf
                     35: AUTOCONF_VERSION =     2.60
                     36:
                     37: .include <bsd.port.mk>

CVSweb