diff --git a/accessibility/linux-c7-at-spi2-atk/Makefile b/accessibility/linux-c7-at-spi2-atk/Makefile index df53d5d3cb54..122abae7b9f6 100644 --- a/accessibility/linux-c7-at-spi2-atk/Makefile +++ b/accessibility/linux-c7-at-spi2-atk/Makefile @@ -1,22 +1,20 @@ PORTNAME= at-spi2-atk PORTVERSION= 2.26.2 DISTVERSIONSUFFIX= -1.el7 CATEGORIES= accessibility linux MAINTAINER= emulation@FreeBSD.org COMMENT= Assistive technology ATK bridge (Linux CentOS ${LINUX_DIST_VER}) WWW= https://gitlab.gnome.org/GNOME/at-spi2-atk LICENSE= LGPL20+ USES= cpe linux:c7 USE_LDCONFIG= yes USE_LINUX= at-spi2-core atk dbuslibs USE_LINUX_RPM= yes CPE_VENDOR= gnome -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr - OPTIONS_DEFINE= DOCS .include diff --git a/accessibility/linux-c7-at-spi2-atk/pkg-descr b/accessibility/linux-c7-at-spi2-atk/pkg-descr new file mode 100644 index 000000000000..512db73db840 --- /dev/null +++ b/accessibility/linux-c7-at-spi2-atk/pkg-descr @@ -0,0 +1,7 @@ +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 port contains the GTK+ module needed to interface with the SPI +framework.