mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
824eda00fc
The recommended version of FreeBSD to use them is 8-CURRENT. FreeBSD-7.x is not fully compatible with compat.linux.osrelease 2.6.16. Some syscalls cannot be MFCed due to native FreeBSD ABI breakage. Usage (and package building): 1. define compat.linux.osrelease=2.6.16; 2. add following variables to /etc/make.conf: . OVERRIDE_LINUX_BASE_PORT=f8; . OVERRIDE_LINUX_NONBASE_PORTS=f8. Approved by: bsam (me) ;-)
31 lines
657 B
Makefile
31 lines
657 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Ports to help disabled users
|
|
|
|
SUBDIR += accerciser
|
|
SUBDIR += at-poke
|
|
SUBDIR += at-spi
|
|
SUBDIR += at-spi-reference
|
|
SUBDIR += atk
|
|
SUBDIR += atk-reference
|
|
SUBDIR += dasher
|
|
SUBDIR += eflite
|
|
SUBDIR += gnome-mag
|
|
SUBDIR += gnome-speech
|
|
SUBDIR += gnopernicus
|
|
SUBDIR += gok
|
|
SUBDIR += java-access-bridge
|
|
SUBDIR += kdeaccessibility
|
|
SUBDIR += kdeaccessibility4
|
|
SUBDIR += linux-atk
|
|
SUBDIR += linux-f8-atk
|
|
SUBDIR += mousetweaks
|
|
SUBDIR += orca
|
|
SUBDIR += py-papi
|
|
SUBDIR += qt4-accessible
|
|
SUBDIR += ruby-atk
|
|
SUBDIR += yasr
|
|
|
|
.include <bsd.port.subdir.mk>
|