mirror of https://git.FreeBSD.org/ports.git
36 lines
855 B
Makefile
36 lines
855 B
Makefile
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>
|