Thu Feb 14 21:56:55 2008 UTC ()
This conflicts with tightvncviewer. And bump revision.
(The other conflict in tightvncviewer was already there.)

(Also while here fixes some indenting.)


(reed)
diff -r1.20 -r1.21 pkgsrc/net/vncviewer/Makefile

cvs diff -r1.20 -r1.21 pkgsrc/net/vncviewer/Makefile (expand / switch to unified diff)

--- pkgsrc/net/vncviewer/Makefile 2007/02/22 19:27:00 1.20
+++ pkgsrc/net/vncviewer/Makefile 2008/02/14 21:56:55 1.21
@@ -1,24 +1,27 @@ @@ -1,24 +1,27 @@
1# $NetBSD: Makefile,v 1.20 2007/02/22 19:27:00 wiz Exp $ 1# $NetBSD: Makefile,v 1.21 2008/02/14 21:56:55 reed Exp $
2 2
3DISTNAME= vnc-4_1_2-unixsrc 3DISTNAME= vnc-4_1_2-unixsrc
4PKGNAME= vncviewer-4.1.2 4PKGNAME= vncviewer-4.1.2
 5PKGREVISION= 1
5CATEGORIES= net x11 6CATEGORIES= net x11
6MASTER_SITES= http://www.realvnc.com/dist/ 7MASTER_SITES= http://www.realvnc.com/dist/
7 8
8MAINTAINER= riz@NetBSD.org 9MAINTAINER= riz@NetBSD.org
9HOMEPAGE= http://www.realvnc.com/ 10HOMEPAGE= http://www.realvnc.com/
10COMMENT= Viewer for remote X and Win32 VNC servers 11COMMENT= Viewer for remote X and Win32 VNC servers
11 12
 13CONFLICTS= tightvncviewer-[0-9]*
 14
12WRKSRC= ${WRKDIR}/${DISTNAME}/unix 15WRKSRC= ${WRKDIR}/${DISTNAME}/unix
13CRYPTO= yes 16CRYPTO= yes
14NO_INSTALL_MANPAGES= yes 17NO_INSTALL_MANPAGES= yes
15USE_LANGUAGES= c c++ 18USE_LANGUAGES= c c++
16USE_X11BASE= yes 19USE_X11BASE= yes
17GNU_CONFIGURE= yes 20GNU_CONFIGURE= yes
18CONFIGURE_ARGS+= --with-installed-zlib 21CONFIGURE_ARGS+= --with-installed-zlib
19 22
20# The distfile listed above is bogus, there is no direct link to download the 23# The distfile listed above is bogus, there is no direct link to download the
21# file, so a special command must be used. I lifted this from FreeBSD Ports. 24# file, so a special command must be used. I lifted this from FreeBSD Ports.
22DISTURL=http://www.realvnc.com/cgi-bin/download.cgi?product=free4/src/unix&acceptLicense=1&filever=4.1.2&filetype=tar_gz&haveDetails=1 25DISTURL=http://www.realvnc.com/cgi-bin/download.cgi?product=free4/src/unix&acceptLicense=1&filever=4.1.2&filetype=tar_gz&haveDetails=1
23pre-fetch: 26pre-fetch:
24 ${TEST} -f ${DISTDIR}/${DISTNAME}.tar.gz || \ 27 ${TEST} -f ${DISTDIR}/${DISTNAME}.tar.gz || \