summaryrefslogtreecommitdiff
path: root/www/bsdi-netscape47-navigator/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/bsdi-netscape47-navigator/Makefile')
-rw-r--r--www/bsdi-netscape47-navigator/Makefile61
1 files changed, 11 insertions, 50 deletions
diff --git a/www/bsdi-netscape47-navigator/Makefile b/www/bsdi-netscape47-navigator/Makefile
index 82cef4efa414..6ad972734b8e 100644
--- a/www/bsdi-netscape47-navigator/Makefile
+++ b/www/bsdi-netscape47-navigator/Makefile
@@ -1,56 +1,17 @@
-# New ports collection makefile for: netscape (navigator only)
-# Version required: 4.5
-# Date created: 20 Sept 1998
-# Whom: brett@peloton.physics.montana.edu
+# New ports collection makefile for: netscape (navigator only)
+# Version required: 4.6*
+# Date created: 20 Sept 1998
+# Whom: brett@peloton.physics.montana.edu
#
-# $Id: Makefile,v 1.34 1999/01/13 04:00:10 scrappy Exp $
+# $Id$
#
-DISTNAME= netscape-navigator-4.5.1
-CATEGORIES= www
-MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.51/english/unix/unsupported/freebsd/navigator_standalone/
-DISTFILES= navigator-v451-export.x86-unknown-freebsd.tar.gz
+MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.6/english/unix/unsupported/freebsd/navigator_standalone/
+DISTFILES= navigator-v46-export.x86-unknown-freebsd.tar.gz
-MAINTAINER= ports@FreeBSD.ORG
+MAINTAINER= sada@FreeBSD.ORG
-Y2K= http://home.netscape.com/products/year2000/faq/client.html
+BROWSER= navigator
+INFILE_HEAD= 'Navigator,4.6.0.99124'
-ONLY_FOR_ARCHS= i386
-
-NO_LATEST_LINK= yes
-WRKSRC= ${WRKDIR}/navigator-v451.x86-unknown-freebsd
-NO_BUILD= Yes
-
-NDIR= ${PREFIX}/lib/netscape
-BINDIR= ${PREFIX}/bin
-
-.if defined(USE_128BIT)
-MASTER_SITES+= ftp://ftp.fortify.net/pub/Fortify/ \
- ftp://ftp.za.freebsd.org/pub/Fortify/
-DISTFILES+= Fortify-1.4.1-unix-x86.tar.gz
-RESTRICTED= "Contains strong cryptography"
-.else
-pre-extract:
- @${ECHO} "You can make Netscape use 128-bit encryption by defining USE_128BIT"
-.endif
-
-do-install:
- cd ${WRKSRC} && yes "" | \
- LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
- ${MV} -f ${NDIR}/netscape ${NDIR}/navigator-4.5.1.bin
- ${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/navigator-4.5.1
- ln -sf navigator-4.5.1 ${BINDIR}/navigator-4
- ln -sf navigator-4 ${BINDIR}/netscape
- if [ ! -f ${NDIR}/mailcap ] ; then \
- ${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
- fi
-.if defined(USE_128BIT)
- cd ${WRKDIR}/Fortify-1.4.1-unix-x86 && \
- (${ECHO} yes ; ${ECHO} no ; ${ECHO} no) | ./Fortify.sh ${NDIR}/navigator-4.5.1.bin
-.endif
- chown -R ${BINOWN}.${BINGRP} ${NDIR}
-
-post-install:
- @${CAT} ${PKGDIR}/DESCR
-
-.include <bsd.port.mk>
+.include "${.CURDIR}/../netscape46-communicator/Makefile"