1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/accessibility/Makefile
Martin Wilke e60947bbed Papi, the Python Accessibility Programming Interface, is a Python
wrapper around the GNOME ATK toolkit.
It allows a developer to make python objects and applications
easily accessibility aware without the need to install PyGTK and
the GNOME accessibility components. Instead it only depends on ATK
and - on the developers behalf - the ATK/AT-SPI bridge shipped with
AT-SPI.

WWW: http://ocemp.sourceforge.net/papi.html

PR:		ports/106909
Submitted by:	Marcus von Appen
2006-12-21 20:20:32 +00:00

25 lines
493 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 += py-papi
SUBDIR += ruby-atk
.include <bsd.port.subdir.mk>