mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
57854d4c76
is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. PR: ports/97985 Repocopy by: marcus
22 lines
430 B
Makefile
22 lines
430 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Ports to help disabled users
|
|
|
|
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 += ruby-atk
|
|
|
|
.include <bsd.port.subdir.mk>
|