2012-04-23 13:15:17 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2012/04/23 17:15:18 espie Exp $
|
2010-04-18 09:30:17 -04:00
|
|
|
|
|
|
|
COMMENT = lightweight mapping application for use with or without GPS
|
|
|
|
|
2010-09-01 03:12:17 -04:00
|
|
|
DISTNAME = tangogps-0.99.4
|
2012-04-23 13:15:17 -04:00
|
|
|
REVISION = 7
|
2010-04-18 09:30:17 -04:00
|
|
|
|
|
|
|
CATEGORIES = geo
|
|
|
|
|
|
|
|
HOMEPAGE = http://www.tangogps.org/
|
|
|
|
|
|
|
|
MASTER_SITES = ${HOMEPAGE}/downloads/
|
|
|
|
|
|
|
|
MAINTAINER = Kirill Bychkov <yason@linklevel.net>
|
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2011-11-03 13:35:12 -04:00
|
|
|
WANTLIB += GL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
|
|
|
|
WANTLIB += Xrandr Xrender atk-1.0 c cairo crypto curl dbus-1 dbus-glib-1
|
|
|
|
WANTLIB += exif expat ffi fontconfig freetype gconf-2 gdk-x11-2.0
|
|
|
|
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
|
|
|
WANTLIB += gthread-2.0 gtk-x11-2.0 idn m pango-1.0 pangocairo-1.0
|
|
|
|
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
|
|
|
|
WANTLIB += soup-2.4 sqlite3 ssl xcb xcb-render xcb-shm xml2 z
|
2010-04-18 09:30:17 -04:00
|
|
|
|
|
|
|
MODULES = devel/gettext
|
2010-11-17 03:05:12 -05:00
|
|
|
LIB_DEPENDS = devel/atk \
|
|
|
|
net/curl \
|
|
|
|
graphics/libexif \
|
|
|
|
devel/gconf2 \
|
2011-05-14 17:29:03 -04:00
|
|
|
devel/libsoup \
|
|
|
|
x11/gtk+2
|
2010-11-17 03:05:12 -05:00
|
|
|
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils
|
2010-04-18 09:30:17 -04:00
|
|
|
|
|
|
|
CONFIGURE_ENV += CPPFLAGS=-I${LOCALBASE}/include \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -liconv -lintl"
|
2010-09-01 03:12:17 -04:00
|
|
|
|
2010-09-13 09:26:49 -04:00
|
|
|
FAKE_FLAGS+= localedir="${PREFIX}/share/locale"
|
|
|
|
|
2010-04-18 09:30:17 -04:00
|
|
|
|
2012-02-21 11:21:41 -05:00
|
|
|
CONFIGURE_STYLE = autoconf
|
2010-09-01 03:12:17 -04:00
|
|
|
AUTOCONF_VERSION = 2.64
|
2010-04-18 09:30:17 -04:00
|
|
|
NO_REGRESS = Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|