diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-06-14 18:04:35 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-06-14 18:04:35 +0000 |
commit | ea45f63c5c85262431d08134e27dffb36a2741b0 (patch) | |
tree | 7274b42bdb780fb0b2e941c6125b8725ea9ca4a6 /net/Makefile | |
parent | d93a4f3fabdcde3b92bfab4c34f09c9573d8710b (diff) | |
download | ports-ea45f63c5c85262431d08134e27dffb36a2741b0.tar.gz ports-ea45f63c5c85262431d08134e27dffb36a2741b0.zip |
x11vnc is a VNC server for real X displays. VNC (Virtual Network Computing)
is a very useful network graphics protocol which allows multiple simple
remote viewers to watch and control a single desktop. x11vnc differs from
traditional UNIX VNC servers in that it is accessing a real X displays that
may already be in progress rather than creating it's own X server for clients
to connect to.
WWW: http://www.karlrunge.com/x11vnc/
PR: ports/81995
Submitted by: Loren M. Lang <lorenl@alzatex.com>
Notes
Notes:
svn path=/head/; revision=137452
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index fcb981f7792c..a5eb5879348d 100644 --- a/net/Makefile +++ b/net/Makefile @@ -868,6 +868,7 @@ SUBDIR += wmwave SUBDIR += wol SUBDIR += wping + SUBDIR += x11vnc SUBDIR += xarchie SUBDIR += xbms SUBDIR += xbone |