summaryrefslogtreecommitdiff
path: root/net/tightvncviewer/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2002-12-29 19:02:49 +0000
committerjlam <jlam>2002-12-29 19:02:49 +0000
commita81c5c24fc8a44f6548c9236958ae1a7386f28e4 (patch)
tree14d1f08f841e41a54c04943dc6264a7a1d4df77e /net/tightvncviewer/Makefile
parentbe792e9effbb4c9f03d5c4ecbd1f52a05f3638b9 (diff)
downloadpkgsrc-a81c5c24fc8a44f6548c9236958ae1a7386f28e4.tar.gz
Updated net/tightvncviewer to 1.2.7. Pkgsrc changes include:
- Use {CONFIGURE,BUILD,INSTALL}_DIRS to use the usual do-build and do-install targets. - Remove a patch that's unneeded in the buildlink2 world. Changes from version 1.2.6 include: - The most significant problem with local cursor hadling has been solved -- now clients can see remote cursor movements performed on the server or by another client. New PointerPos encoding and cursor shape updates both minimize bandwidth requirements and greatly improve responsiveness of the mouse pointer, while still allow to track correct pointer position in all situations. - In all the places where display numbers had to be used, now it's easy to use port numbers as well. The viewers now allow to use new "hostname::port" syntax, in addition to the traditional "hostname:display" format. - Other minor improvements and bugfixes.
Diffstat (limited to 'net/tightvncviewer/Makefile')
-rw-r--r--net/tightvncviewer/Makefile24
1 files changed, 14 insertions, 10 deletions
diff --git a/net/tightvncviewer/Makefile b/net/tightvncviewer/Makefile
index 337f6a2ead4..648e484bfc7 100644
--- a/net/tightvncviewer/Makefile
+++ b/net/tightvncviewer/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.6 2002/10/17 12:17:14 lukem Exp $
+# $NetBSD: Makefile,v 1.7 2002/12/29 19:02:49 jlam Exp $
# FreeBSD Id: Makefile,v 1.2 1998/03/19 01:54:59 msmith Exp
#
-DISTNAME= tightvnc-1.2.6
-PKGNAME= tightvncviewer-1.2.6
+DISTNAME= tightvnc-1.2.7
+PKGNAME= tightvncviewer-1.2.7
CATEGORIES= net x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vnc-tight/}
-DISTFILES= tightvnc-1.2.6_unixsrc.tar.bz2
+DISTFILES= ${DISTNAME}_unixsrc.tar.bz2
MAINTAINER= mycroft@netbsd.org
HOMEPAGE= http://www.tightvnc.com/
@@ -19,13 +19,17 @@ USE_BUILDLINK2= yes
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/vnc_unixsrc
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/vncviewer/vncviewer ${PREFIX}/bin/vncviewer
- ${INSTALL_MAN} ${WRKSRC}/vncviewer/vncviewer.man ${PREFIX}/man/man1/vncviewer.1
- ${INSTALL_DATA} ${WRKSRC}/vncviewer/Vncviewer ${PREFIX}/lib/X11/app-defaults
+CONFIGURE_DIRS= ${WRKSRC}/libvncauth
+CONFIGURE_DIRS+= ${WRKSRC}/vncviewer
+BUILD_DIRS= ${CONFIGURE_DIRS}
+INSTALL_DIRS= ${WRKSRC}/vncviewer
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/vncviewer/Vncviewer \
+ ${PREFIX}/lib/X11/app-defaults
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/vncviewer
- ${INSTALL_DATA} ${WRKSRC}/vncviewer/README ${PREFIX}/share/doc/vncviewer/README
+ ${INSTALL_DATA} ${WRKSRC}/vncviewer/README \
+ ${PREFIX}/share/doc/vncviewer/README
.include "../../devel/zlib/buildlink2.mk"
.include "../../graphics/jpeg/buildlink2.mk"