freebsd-ports/accessibility/Makefile
Mateusz Piotrowski fd8a2ae4e3 Add accessibility/sctd
sctd is based on sct (accessibility/sct) by Ted Unangst. It calculates sunrise
and sunset based on geo-pos lat/lon and sets the temperature accordingly.
The transition logic is based on Redshift.

WWW: https://github.com/amir/sctd
2020-11-27 13:39:31 +00:00

34 lines
767 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 += sctd
SUBDIR += speech-dispatcher
SUBDIR += wlsunset
SUBDIR += yasr
.include <bsd.port.subdir.mk>