Files
ports/accessibility/at-spi2-core/Makefile
T
Tobias C. Berner 28bac6ebdd Move some gnome@ ports to desktop@
As gnome@ is lacking active committers at the moment, transfer some of its
ports [1] up the stack to the desktop@ group, in hope that this way we get some
updates in as the set of people that "should feel responsible" grows.

As soon as gnome@ grows some committers again, this can (and should) of course
be reverted again.

[1] The list of ports chosen in this move consits of all the ports that are
required to build x11/kde5.

Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D26362
2020-09-10 18:55:41 +00:00

29 lines
624 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= at-spi2-core
PORTVERSION= 2.36.0
CATEGORIES= accessibility x11-toolkits
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= desktop@FreeBSD.org
COMMENT= Assistive Technology Service Provider Interface
LICENSE= LGPL21
LIB_DEPENDS= libdbus-1.so:devel/dbus \
libxkbcommon.so:x11/libxkbcommon
PORTSCOUT= limitw:1,even
USES= gettext gnome localbase meson pkgconfig tar:xz xorg
USE_GNOME= glib20 introspection:build
USE_XORG= ice sm x11 xi xtst xext
USE_LDCONFIG= yes
post-install:
${RM} -r ${STAGEDIR}${PREFIX}/lib/systemd
.include <bsd.port.mk>