mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
b9b1ea82cf
Current version in the tree is very old and buggy. Divorce from Xorg server to simplify QA and avoid numerious non-upstreamed patches.
18 lines
312 B
Makefile
18 lines
312 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = X11 servers
|
|
|
|
SUBDIR += Xfstt
|
|
SUBDIR += x2vnc
|
|
SUBDIR += x2x
|
|
SUBDIR += xephyr
|
|
SUBDIR += xorg-dmx
|
|
SUBDIR += xorg-nestserver
|
|
SUBDIR += xorg-server
|
|
SUBDIR += xorg-vfbserver
|
|
SUBDIR += xwayland
|
|
SUBDIR += xwayland-devel
|
|
|
|
.include <bsd.port.subdir.mk>
|