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

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

1.1       yason       1: # $OpenBSD
                      2:
                      3: COMMENT =              lightweight mapping application for use with or without GPS
                      4:
1.5       yason       5: DISTNAME =             tangogps-0.9.6
1.1       yason       6:
                      7: CATEGORIES =           geo
                      8:
                      9: HOMEPAGE =             http://www.tangogps.org/
                     10:
                     11: MASTER_SITES =         ${HOMEPAGE}/downloads/
                     12:
1.6       yason      13: MAINTAINER =           Kirill Bychkov <yason@linklevel.net>
1.1       yason      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.3       yason      22:                        Xfixes Xi Xinerama Xrandr Xrender c cairo crypto dbus-1 \
                     23:                        dbus-glib-1 expat fontconfig freetype gdk-x11-2.0 \
                     24:                        gdk_pixbuf-2.0 gio-2.0 glib-2.0 glitz gmodule-2.0 \
                     25:                        gobject-2.0 gthread-2.0 gtk-x11-2.0 iconv idn intl m \
                     26:                        pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 \
1.8     ! yason      27:                        png pthread pthread-stubs ssl xcb z
1.1       yason      28:
1.2       yason      29: LIB_DEPENDS =          atk-1.0::devel/atk \
                     30:                        curl::net/curl \
1.5       yason      31:                        exif::graphics/libexif \
1.2       yason      32:                        gconf-2::devel/gconf2 \
1.1       yason      33:                        sqlite3::databases/sqlite3
1.5       yason      34: CONFIGURE_ENV +=       CPPFLAGS=-I${LOCALBASE}/include \
1.7       yason      35:                        LDFLAGS="-L${LOCALBASE}/lib -liconv -lintl"
1.1       yason      36: USE_X11 =              Yes
1.4       yason      37: CONFIGURE_STYLE =      gnu
1.3       yason      38:
                     39: post-install:
                     40:        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tangogps/
                     41:        ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/tangogps/
1.1       yason      42:
                     43: .include <bsd.port.mk>

CVSweb