diff --git a/accessibility/linux-c7-at-spi2-core/Makefile b/accessibility/linux-c7-at-spi2-core/Makefile index ff2feecc33b6..1ba7011bdbdd 100644 --- a/accessibility/linux-c7-at-spi2-core/Makefile +++ b/accessibility/linux-c7-at-spi2-core/Makefile @@ -1,29 +1,27 @@ PORTNAME= at-spi2-core PORTVERSION= 2.28.0 DISTVERSIONSUFFIX= -1.el7 CATEGORIES= accessibility linux MAINTAINER= emulation@FreeBSD.org COMMENT= Assistive technology service provider interface (Linux CentOS ${LINUX_DIST_VER}) WWW= https://gitlab.gnome.org/GNOME/at-spi2-core LICENSE= LGPL20+ RUN_DEPENDS= at-spi2-core>=2.28.0:accessibility/at-spi2-core USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= dbuslibs xorglibs USE_LINUX_RPM= yes -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes post-patch: .for d in etc usr/lib/systemd usr/libexec usr/share/dbus-1 usr/share/defaults @${RM} -r ${WRKSRC}/${d} .endfor .include diff --git a/accessibility/linux-c7-at-spi2-core/pkg-descr b/accessibility/linux-c7-at-spi2-core/pkg-descr new file mode 100644 index 000000000000..8bf3ebfba6a5 --- /dev/null +++ b/accessibility/linux-c7-at-spi2-core/pkg-descr @@ -0,0 +1,8 @@ +This is the Gnome Accessibility Project's Assistive Technology +Service Provider Interface. It allows accessibility applications +and assistive technologies to announce their respective existence +to each other. + +This version of at-spi is a major break from previous versions. +It has been completely rewritten to use D-Bus rather than +ORBIT / CORBA for its transport protocol.