diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-16 08:43:57 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-16 08:43:57 +0000 |
commit | ed15371ac8214781248103fbf2cd8b100f9c5e5b (patch) | |
tree | f50e520aa1c5a521742a730ab142f9d14bbc4818 /graphics/Makefile | |
parent | dca1ed5e28fa3236f572bc3193c3ea181dab887c (diff) |
Add port graphics/lcdtest:
lcdtest is a utility to display LCD monitor test patterns. It may be
useful for adjusting the pixel clock frequency and phase on LCD
monitors when using analog inputs, and for finding pixels that are
stuck on or off.
WWW: http://www.brouhaha.com/~eric/software/lcdtest/
Author: Eric Smith <eric@brouhaha.com>
Note: there are newer versions, but they have unresolved bugs
PR: ports/110018 (part of, based on)
Submitted by: Eric P. Scott <eps+pbug0703@ana.com>
Notes
Notes:
svn path=/head/; revision=193637
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 123857bb07e8..d4cd552beaed 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -322,6 +322,7 @@ SUBDIR += kuickshow SUBDIR += l2p SUBDIR += landscape + SUBDIR += lcdtest SUBDIR += lcms SUBDIR += leafpak SUBDIR += lfview |