diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2005-01-13 01:11:54 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2005-01-13 01:11:54 +0000 |
commit | d8d393df80872aca28f7802d94b40e0698811bcf (patch) | |
tree | 90aeb918cd5b13aec63cf3421a4a03640ddf1312 /x11-servers/Makefile | |
parent | cd552b057240e646968357ae93bad51d9c811101 (diff) |
New port: mga_hal, a packaging of the Matrox HAL binary, which extends the set
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
Notes
Notes:
svn path=/head/; revision=126283
Diffstat (limited to 'x11-servers/Makefile')
-rw-r--r-- | x11-servers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-servers/Makefile b/x11-servers/Makefile index 91f802f6788f..00ae2ce61ee0 100644 --- a/x11-servers/Makefile +++ b/x11-servers/Makefile @@ -10,6 +10,7 @@ SUBDIR += XFree86-4-VirtualFramebufferServer SUBDIR += Xfstt SUBDIR += driglide + SUBDIR += mga_hal SUBDIR += x2vnc SUBDIR += x2x SUBDIR += xorg-fontserver |