diff options
author | martti <martti> | 2002-02-12 07:11:26 +0000 |
---|---|---|
committer | martti <martti> | 2002-02-12 07:11:26 +0000 |
commit | 898e6a3baa39e2a9cd6b01fb4471405a0ecfbde9 (patch) | |
tree | 9886da9bd6bb15ba00f3460d68d3eab1c7124b2d /net/tightvncviewer/Makefile | |
parent | da2e237b8636377518b92e95d1ae6e5b108f5f88 (diff) | |
download | pkgsrc-898e6a3baa39e2a9cd6b01fb4471405a0ecfbde9.tar.gz |
Updated tightvncviewer to 1.2.2
- Unix viewer: Now viewer window would be raised on beep (bell)
event, unless new -noraiseonbeep option is provided in the command
line or "raiseOnBeep" resource set to False.
- One more packaging option for the Unix source: ready to build
archive with Zlib and JPEG libraries inside.
- Other minor fixes and cleanups.
- Unix vncviewer: Default tunneling command template has been
changed, to allow tunneled connections to hosts where only
loopback VNC connections are enabled. New -via <GATEWAY>
command-line option provides enhanced tunneling functionality, now
one can make vncviewer tunnel connections to a VNC host via third
machine acting as a gateway.
Diffstat (limited to 'net/tightvncviewer/Makefile')
-rw-r--r-- | net/tightvncviewer/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net/tightvncviewer/Makefile b/net/tightvncviewer/Makefile index 083f03e9c9b..4846459ddd2 100644 --- a/net/tightvncviewer/Makefile +++ b/net/tightvncviewer/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.2 2001/09/27 23:18:33 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2002/02/12 07:11:26 martti Exp $ # FreeBSD Id: Makefile,v 1.2 1998/03/19 01:54:59 msmith Exp # -DISTNAME= tightvnc-1.2.0 -PKGNAME= tightvncviewer-1.2.0 +DISTNAME= tightvnc-1.2.2 +PKGNAME= tightvncviewer-1.2.2 CATEGORIES= net x11 MASTER_SITES= http://prdownloads.sourceforge.net/vnc-tight/ -DISTFILES= tightvnc-1.2.0_unixsrc.tar.bz2 +DISTFILES= tightvnc-1.2.2_unixsrc.tar.bz2 MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www.tightvnc.com/ @@ -20,6 +20,9 @@ USE_IMAKE= yes WRKSRC= ${WRKDIR}/vnc_unixsrc +post-patch: + ${TOUCH} ${WRKSRC}/vncviewer/vncviewer.man + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vncviewer/vncviewer ${PREFIX}/bin/vncviewer ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vncviewer |