freebsd-ports/accessibility/Makefile
Tobias C. Berner fc9b76f9c7 New port: accessibility/libqaccessibilityclient
This library is used when writing accessibility clients such as screen readers.
It comes with some examples demonstrating the API. These small helpers may be
useful when testing accessibility. One of them writes all accessibiliy
interfaces an application provides as text output. The other, more advanced
application shows a tree of objects and allows some interaction and
exploration.

WWW: https://github.com/kde/libqaccessibilityclient
2019-05-19 15:31:35 +00:00

31 lines
679 B
Makefile

# $FreeBSD$
#
COMMENT = Ports to help disabled users
SUBDIR += accerciser
SUBDIR += at-spi2-atk
SUBDIR += at-spi2-core
SUBDIR += atk
SUBDIR += atkmm
SUBDIR += caribou
SUBDIR += eflite
SUBDIR += kdeaccessibility
SUBDIR += kmag
SUBDIR += kmousetool
SUBDIR += kmouth
SUBDIR += libqaccessibilityclient
SUBDIR += linux-c6-atk
SUBDIR += linux-c7-atk
SUBDIR += orca
SUBDIR += py-atspi
SUBDIR += py-papi
SUBDIR += py-speech-dispatcher
SUBDIR += qt5-speech
SUBDIR += redshift
SUBDIR += rubygem-atk
SUBDIR += sct
SUBDIR += speech-dispatcher
SUBDIR += yasr
.include <bsd.port.subdir.mk>