9ec84d8eb5
feedbackd provides a DBus daemon (feedbackd) to act on events to provide haptic, visual and audio feedback. It offers a library (libfeedback) and GObject introspection bindings to ease using it from applications. https://source.puri.sm/Librem5/feedbackd
33 lines
725 B
Makefile
33 lines
725 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 += feedbackd
|
|
SUBDIR += kdeaccessibility
|
|
SUBDIR += kmag
|
|
SUBDIR += kmousetool
|
|
SUBDIR += kmouth
|
|
SUBDIR += libqaccessibilityclient
|
|
SUBDIR += linux-c7-at-spi2-atk
|
|
SUBDIR += linux-c7-at-spi2-core
|
|
SUBDIR += linux-c7-atk
|
|
SUBDIR += orca
|
|
SUBDIR += py-atspi
|
|
SUBDIR += py-speech-dispatcher
|
|
SUBDIR += qt5-speech
|
|
SUBDIR += redshift
|
|
SUBDIR += rubygem-atk
|
|
SUBDIR += sct
|
|
SUBDIR += speech-dispatcher
|
|
SUBDIR += yasr
|
|
|
|
.include <bsd.port.subdir.mk>
|