summaryrefslogtreecommitdiff
path: root/net/vnc/Makefile
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1998-07-20 17:48:49 +0000
committerMike Smith <msmith@FreeBSD.org>1998-07-20 17:48:49 +0000
commit5a40204cf529891aa7e296ef69ad24feac6c69d6 (patch)
tree30ac12368015a5111cacb094fa4a54106e4be361 /net/vnc/Makefile
parentFix a typo error :) (diff)
Update to VNC 3.3.2, handle the case where not all of the font directories
are present, portlint. Change MAINTAINER to Bruce Mah. Submitted by: Bruce A. Mah <bmah@CA.Sandia.GOV>
Notes
Notes: svn path=/head/; revision=12022
Diffstat (limited to 'net/vnc/Makefile')
-rw-r--r--net/vnc/Makefile29
1 files changed, 13 insertions, 16 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile
index 3a031a841cf9..ff880e5a5c85 100644
--- a/net/vnc/Makefile
+++ b/net/vnc/Makefile
@@ -3,33 +3,28 @@
# Date created: 24 February 1998
# Whom: msmith
#
-# $Id: Makefile,v 1.1.1.1 1998/02/26 02:55:58 msmith Exp $
+# $Id: Makefile,v 1.2 1998/03/19 01:54:59 msmith Exp $
#
-DISTNAME= vnc-3.3.1_unixsrc
-PKGNAME= vnc-3.1.1
-CATEGORIES= net
+DISTNAME= vnc-3.3.2_unixsrc
+PKGNAME= vnc-3.3.2
+CATEGORIES= net x11
MASTER_SITES= http://www.orl.co.uk/vnc/dist/
-DISTFILES= vnc-3.3.1_unixsrc.tgz \
- vnc-3.3.1_doc.tgz
-IGNOREFILES= ${DISTFILES}
+DISTFILES= vnc-3.3.2_unixsrc.tgz \
+ vnc-3.3.2_doc.tgz
-MAINTAINER= msmith@FreeBSD.ORG
+MAINTAINER= bmah@ca.sandia.gov
USE_PERL5= YES
-EXTRACT_ONLY= vnc-3.3.1_unixsrc.tgz
-
-# Is this for real? The code was developed in the UK,
-# but the DES parts came from the USA in the first place.
-RESTRICTED= Contains cryptographic software
+EXTRACT_ONLY= vnc-3.3.2_unixsrc.tgz
NO_WRKSUBDIR= YES
USE_IMAKE= YES
NO_INSTALL_MANPAGES= YES
-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.
@@ -43,7 +38,9 @@ post-install:
${INSTALL_SCRIPT} ${WRKDIR}/vncserver.local ${PREFIX}/bin/vncserver
# The documentation comes with bogus ownerships; this is a little leaky security-wise
${MKDIR} ${PREFIX}/share/doc/vnc
- tar -C ${PREFIX}/share/doc/vnc -xzf ${DISTDIR}/vnc-3.3.1_doc.tgz
+ tar -C ${PREFIX}/share/doc/vnc -xzf ${DISTDIR}/vnc-3.3.2_doc.tgz
chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/vnc
-
+# Go install Java classes
+ ${MKDIR} ${PREFIX}/share/vnc
+ ${CP} -R ${WRKDIR}/classes ${PREFIX}/share/vnc
.include <bsd.port.mk>