blob: 113f390e96f45b331b3292365533c382a8192150 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $FreeBSD$
#
COMMENT = X11 servers
SUBDIR += Xfstt
SUBDIR += mga_hal
SUBDIR += x11rdp
SUBDIR += x2vnc
SUBDIR += x2x
SUBDIR += xephyr
SUBDIR += xorg-dmx
SUBDIR += xorg-nestserver
SUBDIR += xorg-server
SUBDIR += xorg-vfbserver
.include <bsd.port.subdir.mk>
|