2015-01-24 17:53:05 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2015/01/24 17:53:05 ajacoutot Exp $
|
2013-09-26 08:41:46 +00:00
|
|
|
|
|
|
|
COMMENT= modular geoinformation service on top of D-Bus
|
|
|
|
|
2014-10-04 08:41:56 +00:00
|
|
|
VERSION= 2.1.10
|
2013-09-26 08:41:46 +00:00
|
|
|
DISTNAME= geoclue-${VERSION}
|
|
|
|
PKGNAME= geoclue2-${VERSION}
|
|
|
|
CATEGORIES= geo devel
|
2015-01-24 17:53:05 +00:00
|
|
|
REVISION= 1
|
2013-09-26 08:41:46 +00:00
|
|
|
|
|
|
|
HOMEPAGE= http://geoclue.freedesktop.org/
|
|
|
|
|
2014-10-10 12:55:31 +00:00
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
|
|
|
Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
2013-09-26 08:41:46 +00:00
|
|
|
# LGPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= http://freedesktop.org/software/geoclue/releases/${VERSION:R}/
|
|
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
|
|
|
|
WANTLIB += c ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 json-glib-1.0
|
|
|
|
WANTLIB += m pcre pthread soup-2.4 sqlite3 xml2 z
|
|
|
|
|
|
|
|
MODULES= devel/gettext \
|
2014-07-09 13:55:59 +00:00
|
|
|
textproc/intltool \
|
2014-03-27 11:30:16 +00:00
|
|
|
x11/gnome
|
2013-09-26 08:41:46 +00:00
|
|
|
|
2014-03-27 11:30:16 +00:00
|
|
|
LIB_DEPENDS= devel/libsoup \
|
2013-09-26 08:41:46 +00:00
|
|
|
devel/json-glib
|
2014-06-19 11:20:29 +00:00
|
|
|
|
|
|
|
# XXX requires DBus support in wpa_supplicant
|
|
|
|
# (wpa_supplicant in OpenBSD is also crippled in other ways)
|
|
|
|
#RUN_DEPENDS= security/wpa_supplicant
|
2013-09-26 08:41:46 +00:00
|
|
|
|
2014-04-02 09:36:09 +00:00
|
|
|
MODGNOME_TOOLS += desktop-file-utils
|
2013-09-26 08:41:46 +00:00
|
|
|
|
2014-07-09 17:43:52 +00:00
|
|
|
USE_GMAKE= Yes
|
|
|
|
|
2013-09-26 08:41:46 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2014-03-29 00:27:00 +00:00
|
|
|
CONFIGURE_ARGS= --with-dbus-service-user=_geoclue
|
2014-03-27 10:58:21 +00:00
|
|
|
|
|
|
|
# disable all components requiring ModemManager
|
|
|
|
CONFIGURE_ARGS += --disable-3g-source \
|
2014-10-04 08:41:56 +00:00
|
|
|
--disable-modem-gps-source \
|
|
|
|
--disable-cdma-source
|
2013-09-26 08:41:46 +00:00
|
|
|
|
2014-03-27 11:30:16 +00:00
|
|
|
FAKE_FLAGS= DBUS_SYS_DIR=${PREFIX}/share/examples/geoclue/dbus-1/system.d \
|
|
|
|
sysconfdir=${PREFIX}/share/examples/geoclue/
|
2013-09-26 08:41:46 +00:00
|
|
|
|
2014-03-27 10:58:21 +00:00
|
|
|
# don't install the demo agent .desktop file (agent requires MM)
|
|
|
|
FAKE_FLAGS += apps_DATA=geoclue-where-am-i.desktop
|
|
|
|
|
2013-09-26 08:41:46 +00:00
|
|
|
.include <bsd.port.mk>
|