0b3e4e627d
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).
14 lines
330 B
Makefile
14 lines
330 B
Makefile
# $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"
|