diff options
Diffstat (limited to 'net-im/folks/Makefile')
-rw-r--r-- | net-im/folks/Makefile | 31 |
1 files changed, 12 insertions, 19 deletions
diff --git a/net-im/folks/Makefile b/net-im/folks/Makefile index fa255d9a98a2..a87d1ab0022a 100644 --- a/net-im/folks/Makefile +++ b/net-im/folks/Makefile @@ -1,33 +1,28 @@ PORTNAME= folks -PORTVERSION= 0.15.5 -PORTREVISION= 3 +PORTVERSION= 0.15.9 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= GNOME +DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org -COMMENT= Library to aggregate people from multiple sources -WWW= https://wiki.gnome.org/Projects/Folks +COMMENT= Library to aggregates people from multiple sources +WWW= https://gitlab.gnome.org/GNOME/folks -LICENSE= LGPL21 +LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libgee-0.8.so:devel/libgee \ - libgcr-base-3.so:security/gcr3 \ - libzeitgeist-2.0.so:sysutils/zeitgeist \ - libtelepathy-glib.so:net-im/telepathy-glib \ - libnspr4.so:devel/nspr \ - libssl3.so:security/nss \ - libsecret-1.so:security/libsecret \ - libsoup-2.4.so:devel/libsoup \ - libdbus-glib-1.so:devel/dbus-glib \ - libdbus-1.so:devel/dbus +LIB_DEPENDS= libgee-0.8.so:devel/libgee USES= gettext gnome localbase meson python:build pkgconfig \ readline sqlite tar:xz vala:build -USE_GNOME= evolutiondataserver3 intlhack introspection:build +USE_GNOME= glib20 evolutiondataserver3 introspection:build libxml2 USE_LDCONFIG= yes -MESON_ARGS= -Dbluez_backend=false +MESON_ARGS= -Dbluez_backend=false \ + -Dtelepathy_backend=false \ + -Dtests=false \ + -Dinstalled_tests=false GLIB_SCHEMAS= org.freedesktop.folks.gschema.xml @@ -35,6 +30,4 @@ PLIST_SUB= LIBVER=26 LIBVERLONG=26.0.0 BINARY_ALIAS= python3=${PYTHON_CMD} -PORTSCOUT= limitw:1,even - .include <bsd.port.mk> |