diff options
author | agc <agc@pkgsrc.org> | 2001-10-24 09:42:52 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-10-24 09:42:52 +0000 |
commit | 0b3e4e627d622e4e507f3008f5142abd04dc8bc1 (patch) | |
tree | 9c8d3b877372122ffe802332ad02040a0308cebf /net/x2vnc/Makefile | |
parent | 405cc95eea7966376dceac73b15e7224a5315a83 (diff) | |
download | pkgsrc-0b3e4e627d622e4e507f3008f5142abd04dc8bc1.tar.gz |
Initial import of x2vnc 1.2 into the NetBSD Packages Collection.
x2vnc merges the capabilities of x2x and vncviewer. It will allow
a machine with an X display and a machine with a VNC server running
on its main screen to act as if they were two displays connected
to one machine. When you move your mouse pointer off the screen in
a direction of your choosing, the pointer will appear on the other
screen instead.
Provided in PR 14344 by Michael Santos (mike@ethmoid.org).
Diffstat (limited to 'net/x2vnc/Makefile')
-rw-r--r-- | net/x2vnc/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/x2vnc/Makefile b/net/x2vnc/Makefile new file mode 100644 index 00000000000..a6ff5c9e4a3 --- /dev/null +++ b/net/x2vnc/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/10/24 09:42:52 agc Exp $ +# + +DISTNAME= x2vnc-1.2 +CATEGORIES= net x11 +MASTER_SITES= http://fredrik.hubbe.net/ + +MAINTAINER= mike@ethmoid.org +HOMEPAGE= http://fredrik.hubbe.net/x2vnc.html +COMMENT= Multi-console display using X and VNC + +USE_IMAKE= yes + +.include "../../mk/bsd.pkg.mk" |