blob: 8213f051148cf63e8d61531d3e21f1a758511f19 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
PORTNAME= folks
PORTVERSION= 0.15.5
CATEGORIES= net-im
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library to aggregates people from multiple sources
WWW= https://wiki.gnome.org/Projects/Folks
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgee-0.8.so:devel/libgee \
libgcr-base-3.so:security/gcr \
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
USES= gettext gnome localbase meson python:3.5+,build pkgconfig \
readline sqlite tar:xz vala:build
USE_GNOME= evolutiondataserver3 intlhack introspection:build
USE_LDCONFIG= yes
MESON_ARGS= -Dbluez_backend=false
GLIB_SCHEMAS= org.freedesktop.folks.gschema.xml
PLIST_SUB= LIBVER=26 LIBVERLONG=26.0.0
BINARY_ALIAS= python3=${PYTHON_CMD}
PORTSCOUT= limitw:1,even
.include <bsd.port.mk>
|