d70b127b51
native X11 client applications in a Wayland compositor environment. WWW: https://wayland.freedesktop.org/xserver.html
17 lines
304 B
Makefile
17 lines
304 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = X11 servers
|
|
|
|
SUBDIR += Xfstt
|
|
SUBDIR += x11rdp
|
|
SUBDIR += x2vnc
|
|
SUBDIR += x2x
|
|
SUBDIR += xephyr
|
|
SUBDIR += xorg-dmx
|
|
SUBDIR += xorg-nestserver
|
|
SUBDIR += xorg-server
|
|
SUBDIR += xorg-vfbserver
|
|
SUBDIR += xwayland
|
|
|
|
.include <bsd.port.subdir.mk>
|