5148839dd5
using the standard protocol and various extensions including those used by TightVNC, UltraVNC, RealVNC and x11vnc providing for features such as dynamic screen resizing, server-side scaling, blocking input devices on the server, and low colour modes. Many of these can now be set from the popup menu. (and it's much faster than tightvnc-viewer). ok merdely, okan
41 lines
807 B
Makefile
41 lines
807 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/05/21 22:04:27 sthen Exp $
|
|
|
|
COMMENT = enhanced TightVNC client
|
|
|
|
V = 1.0.20
|
|
DISTNAME = ssvnc_no_windows-$V
|
|
PKGNAME = ssvnc-viewer-$V
|
|
CATEGORIES = net x11
|
|
|
|
HOMEPAGE = http://www.karlrunge.com/x11vnc/ssvnc.html
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = http://www.karlrunge.com/x11vnc/etv/
|
|
|
|
USE_X11 = Yes
|
|
|
|
WRKDIST = ${WRKDIR}/ssvnc
|
|
WRKSRC = ${WRKDIST}/src/vnc_unixsrc
|
|
|
|
CONFIGURE_STYLE = imake
|
|
|
|
ALL_TARGET = World
|
|
NO_REGRESS = Yes
|
|
|
|
WANTLIB += X11 Xext c z ICE SM Xaw Xmu Xp Xpm Xt Xau Xdmcp
|
|
|
|
LIB_DEPENDS = jpeg.>=62.::graphics/jpeg
|
|
|
|
PATCH_DIST_ARGS=-p1
|
|
|
|
do-distpatch:
|
|
cd ${WRKSRC} && ${PATCH} ${PATCH_DIST_ARGS} < \
|
|
../patches/tight-vncviewer-full.patch
|
|
|
|
.include <bsd.port.mk>
|