summaryrefslogtreecommitdiff
path: root/net/vnc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/vnc/Makefile')
-rw-r--r--net/vnc/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile
index 21a7cf3440e..68781356a21 100644
--- a/net/vnc/Makefile
+++ b/net/vnc/Makefile
@@ -1,17 +1,19 @@
-# $NetBSD: Makefile,v 1.13 2000/09/09 19:40:20 fredb Exp $
+# $NetBSD: Makefile,v 1.14 2000/11/10 16:57:24 abs Exp $
# FreeBSD Id: Makefile,v 1.2 1998/03/19 01:54:59 msmith Exp
#
-DISTNAME= vnc-3.3.3r1
+DISTNAME= vnc-3.3.3r1
PKGNAME= vnc-3.3.3.1
CATEGORIES= net x11
-MASTER_SITES= http://www.uk.research.att.com/vnc/dist/
+MASTER_SITES= http://www.uk.research.att.com/vnc/dist/
DISTFILES= vnc-3.3.3r1_unixsrc.tgz \
vnc-latest_doc.tgz
-MAINTAINER= packages@netbsd.org
+MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.uk.research.att.com/vnc/
+DEPENDS+= vncviewer:../../net/vncviewer
+
CRYPTO= yes
NO_INSTALL_MANPAGES= yes
USE_IMAKE= yes
@@ -19,13 +21,12 @@ USE_PERL5= yes
WRKSRC= ${WRKDIR}/vnc_unixsrc
-ALL_TARGET= World
+ALL_TARGET= World
# We have to frob a few things, and we want our own permissions, so it's easier
# to do the install ourselves.
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/Xvnc/programs/Xserver/Xvnc ${PREFIX}/bin/Xvnc
- ${INSTALL_PROGRAM} ${WRKSRC}/vncviewer/vncviewer ${PREFIX}/bin/vncviewer
${INSTALL_PROGRAM} ${WRKSRC}/vncpasswd/vncpasswd ${PREFIX}/bin/vncpasswd
${SED} -e 's|/usr/local/vnc/classes|${X11PREFIX}/share/vnc/classes|g' \
-e 's|/usr/bin/perl|${PERL5}|g' \