d8d393df80
of features supported by the open-source Matrox driver for X.Org and XFree86. This is a newer version than that discussed in the original PR, and has only been tested briefly by myself on a G400 with X.Org 6.8.1. Note that though the readme.txt says the file is redistributable, the only licensing information to be found is the click-through on the website which says redistribution is not allowed. PR: ports/55699 Submitted by: Jens Rehsack, rehsack at liwing dot de
23 lines
508 B
Makefile
23 lines
508 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-fontserver
|
|
SUBDIR += xorg-nestserver
|
|
SUBDIR += xorg-printserver
|
|
SUBDIR += xorg-server
|
|
SUBDIR += xorg-vfbserver
|
|
|
|
.include <bsd.port.subdir.mk>
|