mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
eaf383b08a
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)
24 lines
531 B
Makefile
24 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>
|