freebsd-ports/x11-servers/Makefile
Jan Beich a395432e42 x11-servers/xarcan: add new port
This is a patched Xserver with a KDrive backend that uses the
arcan-shmif to map Xlib/Xcb/X clients to a running Arcan instance.

It currently works as a 'desktop in a window', where you supply the
window manager and so on, and use the X side as normal. Some Arcan
features will be lost, particularly any customizations done to the
keybindings - normal X controls for defining keyboard maps and
overrides are needed.

https://github.com/letoram/xarcan
2020-11-27 22:11:12 +00:00

19 lines
333 B
Makefile

# $FreeBSD$
#
COMMENT = X11 servers
SUBDIR += Xfstt
SUBDIR += x2vnc
SUBDIR += x2x
SUBDIR += xarcan
SUBDIR += xephyr
SUBDIR += xorg-dmx
SUBDIR += xorg-nestserver
SUBDIR += xorg-server
SUBDIR += xorg-vfbserver
SUBDIR += xwayland
SUBDIR += xwayland-devel
.include <bsd.port.subdir.mk>