diff options
Diffstat (limited to 'net/geoclue/Makefile')
-rw-r--r-- | net/geoclue/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net/geoclue/Makefile b/net/geoclue/Makefile new file mode 100644 index 000000000..931fc71d8 --- /dev/null +++ b/net/geoclue/Makefile @@ -0,0 +1,26 @@ +# Created by: Gustau Perez i Querol <gustau.perez@gmail.com> +# $FreeBSD$ +# $MCom$ + +PORTNAME= geoclue +PORTVERSION= 2.1.6 +CATEGORIES= net devel gnome +MASTER_SITES= http://www.freedesktop.org/software/geoclue/releases/2.1/ + +MAINTAINER= gnome@FreeBSD.org +COMMENT= D-Bus service that provides location information + +LIB_DEPENDS= libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \ + libsoup-2.4.so:${PORTSDIR}/devel/libsoup + +USES= gettext gmake pathfix pkgconfig tar:xz +USE_GNOME= glib20 gnomehier intlhack +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +CONFIGURE_ARGS= --disable-3g-source \ + --disable-modem-gps-source \ + --disable-wifi-source +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +.include <bsd.port.mk> |