blob: 287541d2cbb64e6ca7595611348331e9023504e2 (
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
|
PORTNAME= at-spi2-core
PORTVERSION= 2.56.4
CATEGORIES= accessibility x11-toolkits
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= desktop@FreeBSD.org
COMMENT= Assistive Technology Service Provider Interface
WWW= https://gitlab.gnome.org/GNOME/at-spi2-core
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gettext-tools gnome localbase meson pkgconfig tar:xz
USE_GNOME= glib20 introspection:build libxml2:build
USE_LDCONFIG= yes
MESON_ARGS= -Duse_systemd=false
PORTSCOUT= limitw:1,even
OPTIONS_DEFINE= ATKONLY X11
OPTIONS_DEFAULT= X11
OPTIONS_SUB= yes
ATKONLY_DESC= Build only ATK (no atspi or at-spi2-atk, unsupported by upstream)
ATKONLY_LIB_DEPENDS_OFF= libdbus-1.so:devel/dbus
ATKONLY_MESON_TRUE= atk_only
X11_USES= xorg
X11_USE= XORG=x11,xi,xtst
X11_MESON_ENABLED= x11
TESTING_UNSAFE= some tests fail
.include <bsd.port.mk>
|