freebsd-ports/x11-servers/Makefile
Baptiste Daroussin d70b127b51 XWayland is an X Server running as a Wayland client, thus capable of displaying
native X11 client applications in a Wayland compositor environment.

WWW: https://wayland.freedesktop.org/xserver.html
2017-02-11 18:31:47 +00:00

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>