freebsd-ports/accessibility/at-spi2-core/Makefile
Koop Mast 951c1f5d1c The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/

Thanks to Antoine Brodin for running the exp-runs.

PR:		229761
2018-09-30 11:58:29 +00:00

28 lines
617 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= at-spi2-core
PORTVERSION= 2.28.0
CATEGORIES= accessibility x11-toolkits
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@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
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>