summaryrefslogtreecommitdiff
path: root/www/netscape47-navigator/Makefile
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1998-11-19 22:54:45 +0000
committerBill Fumerola <billf@FreeBSD.org>1998-11-19 22:54:45 +0000
commit8ac2fac181e2d20864b999f977a17146d4bd6160 (patch)
tree171cb80922e09e6d6a4a28df3f890d31b8e5f03e /www/netscape47-navigator/Makefile
parentUpdate -fp so it doesn't crap out on config files with ``"'' in them. (diff)
Fix my fubar'd import of this port, update fortify.
NOTE: If an old version of netscape* exists on the system, this program will rename them, and that will break PLIST on deinstall. Any ideas on how to dynamically adapt to this would be neat. Submitted by: David O'Brien <obrien@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=14703
Diffstat (limited to 'www/netscape47-navigator/Makefile')
-rw-r--r--www/netscape47-navigator/Makefile23
1 files changed, 11 insertions, 12 deletions
diff --git a/www/netscape47-navigator/Makefile b/www/netscape47-navigator/Makefile
index 154edfe751b8..ca0c293d330e 100644
--- a/www/netscape47-navigator/Makefile
+++ b/www/netscape47-navigator/Makefile
@@ -3,32 +3,31 @@
# Date created: 20 Sept 1998
# Whom: brett@peloton.physics.montana.edu
#
-# $Id: Makefile,v 1.27 1998/11/18 23:14:01 billf Exp $
+# $Id: Makefile,v 1.28 1998/11/19 21:57:42 billf Exp $
#
-DISTNAME= netscape-navigator-4.5b2
+DISTNAME= netscape-navigator-4.5
CATEGORIES= www
-MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.5/4.5_PR2/english/unix/unsupported/freebsd/navigator_standalone/
-DISTFILES= navigator-v45b2-export.x86-unknown-freebsd.tar.gz
+MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.5/english/unix/unsupported/freebsd/navigator_standalone/
+DISTFILES= navigator-v45-export.x86-unknown-freebsd.tar.gz
MAINTAINER= ports@FreeBSD.ORG
-BROKEN= needs upgrade.
NO_LATEST_LINK= yes
-WRKSRC= ${WRKDIR}/navigator-v45b2.x86-unknown-freebsd
+WRKSRC= ${WRKDIR}/navigator-v45.x86-unknown-freebsd
NO_BUILD= Yes
NDIR= ${PREFIX}/lib/netscape
BINDIR= ${PREFIX}/bin
-.if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO
+.if defined(USE_128BIT)
MASTER_SITES+= ftp://ftp.fortify.net/pub/Fortify/ \
ftp://ftp.za.freebsd.org/pub/Fortify/
-DISTFILES+= Fortify-1.2.2-unix.tar.gz
+DISTFILES+= Fortify-1.3.0-unix-x86.tar.gz
RESTRICTED= "Contains strong cryptography"
.endif
-.if !defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO
+.if !defined(USE_128BIT)
pre-extract:
@${ECHO} "You can make Netscape use 128-bit encryption by defining USE_128BIT"
@${ECHO} "and defining USA_RESIDENT to NO"
@@ -37,15 +36,15 @@ pre-extract:
do-install:
cd ${WRKSRC} && yes "" | \
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
- mv -f ${NDIR}/netscape ${NDIR}/navigator-4.5.bin
+ ${MV} -f ${NDIR}/netscape ${NDIR}/navigator-4.5.bin
${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/navigator-4.5
ln -sf navigator-4.5 ${BINDIR}/navigator-4
ln -sf navigator-4 ${BINDIR}/netscape
if [ ! -f ${NDIR}/mailcap ] ; then \
${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
fi
-.if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO
- cd ${WRKDIR}/Fortify-1.2.2-unix && \
+.if defined(USE_128BIT)
+ cd ${WRKDIR}/Fortify-1.3.0-unix-x86 && \
(${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${NDIR}/navigator-4.5.bin
.endif
chown -R bin.bin ${NDIR}