mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
7c6331b627
using the AT-SPI interfaces as used by GNOME. WWW: http://developer.gnome.org/gap PR: ports/104794 Submitted by: Marcus von Appen <mva at sysfault.org>
24 lines
471 B
Makefile
24 lines
471 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Ports to help disabled users
|
|
|
|
SUBDIR += at-poke
|
|
SUBDIR += at-spi
|
|
SUBDIR += at-spi-reference
|
|
SUBDIR += atk
|
|
SUBDIR += atk-reference
|
|
SUBDIR += dasher
|
|
SUBDIR += gail
|
|
SUBDIR += gail-reference
|
|
SUBDIR += gnome-mag
|
|
SUBDIR += gnome-speech
|
|
SUBDIR += gnopernicus
|
|
SUBDIR += gok
|
|
SUBDIR += kdeaccessibility
|
|
SUBDIR += linux-atk
|
|
SUBDIR += orca
|
|
SUBDIR += ruby-atk
|
|
|
|
.include <bsd.port.subdir.mk>
|