662d3efb4d
using the radeonhd driver on a thinkpad 60p x2nvc with dga enabled aborts as soon as the mouse cursor is moved onto the remote vnc screen.
27 lines
762 B
Makefile
27 lines
762 B
Makefile
# $NetBSD: Makefile,v 1.19 2009/04/17 16:19:27 abs Exp $
|
|
#
|
|
|
|
DISTNAME= x2vnc-1.7.2
|
|
PKGREVISION= 1
|
|
CATEGORIES= net x11
|
|
MASTER_SITES= http://fredrik.hubbe.net/x2vnc/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://fredrik.hubbe.net/x2vnc.html
|
|
COMMENT= Multi-console display using X and VNC
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
LDFLAGS.SunOS+= -lresolv
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXScrnSaver/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXinerama/buildlink3.mk"
|
|
.include "../../x11/libXrandr/buildlink3.mk"
|
|
.include "../../x11/scrnsaverproto/buildlink3.mk"
|
|
.include "../../x11/xineramaproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|