freebsd-ports/x11-servers/Makefile
Dejan Lesjak eaf383b08a Add Xdmx port of X.Org distribution:
Xdmx is proxy X server that provides multi-head support for multiple
displays attached to different machines (each of which is running a
typical X server). When Xinerama is used with Xdmx, the multiple displays
on multiple machines are presented to the user as a single unified screen.
Port based on xorg-nestserver.

Requested and tested by:	Henry Miller (6.8.1 version)
2005-03-19 01:08:33 +00:00

23 lines
531 B
Makefile

# $FreeBSD$
#
COMMENT = X11 servers
SUBDIR += XFree86-4-FontServer
SUBDIR += XFree86-4-NestServer
SUBDIR += XFree86-4-PrintServer
SUBDIR += XFree86-4-Server
SUBDIR += XFree86-4-VirtualFramebufferServer
SUBDIR += Xfstt
SUBDIR += driglide
SUBDIR += mga_hal
SUBDIR += x2vnc
SUBDIR += x2x
SUBDIR += xorg-dmx
SUBDIR += xorg-fontserver
SUBDIR += xorg-nestserver
SUBDIR += xorg-printserver
SUBDIR += xorg-server
SUBDIR += xorg-vfbserver
.include <bsd.port.subdir.mk>