summaryrefslogtreecommitdiff
path: root/www/netscape47-communicator/Makefile
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1999-05-19 16:07:20 +0000
committerSADA Kenji <sada@FreeBSD.org>1999-05-19 16:07:20 +0000
commit5a085633efb5995bd68d916a8b4608ecbdf380a5 (patch)
tree0eb345696c7f23451873e8f486bb3361760427f8 /www/netscape47-communicator/Makefile
parentMinor coorections for style and typos. (diff)
Upgrade to v4.6.
v4.08 ports are changed because v.4.6 ports' Makefile includes v4.08s'.
Notes
Notes: svn path=/head/; revision=18891
Diffstat (limited to 'www/netscape47-communicator/Makefile')
-rw-r--r--www/netscape47-communicator/Makefile70
1 files changed, 14 insertions, 56 deletions
diff --git a/www/netscape47-communicator/Makefile b/www/netscape47-communicator/Makefile
index adccacd5dc73..fdb79b4e3ee7 100644
--- a/www/netscape47-communicator/Makefile
+++ b/www/netscape47-communicator/Makefile
@@ -1,65 +1,23 @@
-# New ports collection makefile for: netscape (communicator suite)
-# Version required: 4.5*
-# Date created: 24 Feb 1997
-# Whom: thepish
+# New ports collection makefile for: netscape (communicator suite)
+# Version required: 4.6*
+# Date created: 24 Feb 1997
+# Whom: thepish
#
-# $Id: Makefile,v 1.39 1999/04/18 21:26:34 dirk Exp $
+# $Id$
#
-DISTNAME= communicator-v451-export.x86-unknown-freebsd
-PKGNAME= netscape-communicator-4.51
-CATEGORIES= www
-MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.51/english/unix/unsupported/freebsd/complete_install/
-# DISTFILES must be set to begin with so USE_128BIT can add on to it.
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
+MASTER_SITES?= ftp://ftp.netscape.com/pub/communicator/4.6/english/unix/unsupported/freebsd/complete_install/
+DISTFILES?= communicator-v46-export.x86-unknown-freebsd.tar.gz
MAINTAINER= thepish@FreeBSD.ORG
-Y2K= http://home.netscape.com/products/year2000/faq/client.html
-
-ONLY_FOR_ARCHS= i386
-
+MASTERDIR= ${.CURDIR}/../netscape4-communicator
NO_LATEST_LINK= yes
-WRKSRC= ${WRKDIR}/communicator-v451.x86-unknown-freebsd
-NO_BUILD= Yes
-PLIST_SUB= NDIRBASE=${NDIRBASE}
-NO_FILTER_SHLIBS=yes
-
-NDIRBASE= netscape-4.51
-NDIR= ${PREFIX}/${NDIRBASE}
-BINDIR= ${PREFIX}/bin
-NBIN= communicator-4.51.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 # USE_128BIT
-
-post-configure:
- ${SED} -e "s;@NDIR@;${NDIR};g" \
- -e "s;@NBIN@;${NBIN};g" \
- ${FILESDIR}/netscape.sh >${WRKSRC}/netscape
+WRKSRC= ${WRKDIR}/${BROWSER}-v46.x86-unknown-freebsd
-do-install:
- cd ${WRKSRC} && \
- yes "" | LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
- ${MV} -f ${NDIR}/netscape ${NDIR}/communicator-4.51.bin
- ${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.51
- ${LN} -sf communicator-4.51 ${BINDIR}/communicator-4
- ${LN} -sf communicator-4 ${BINDIR}/netscape
- if [ ! -f ${NDIR}/mailcap ] ; then \
- ${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
- fi
- ${RM} -rf ${NDIR}/movemail-src
-.if defined(USE_128BIT)
- cd ${WRKDIR}/Fortify-1.4.1-unix-x86 && \
- (${ECHO} yes ; ${ECHO} no ; ${ECHO} no) | ./Fortify.sh ${NDIR}/communicator-4.51.bin
-.endif
- chown -R ${BINOWN}.${BINGRP} ${NDIR}
+BROWSER_VER= 4.6
+INFILE_HEAD?= 'Communicator,4.6.0.99124'
+NO_AUTOADMIN= yes
+NO_FORTIFY= yes
-.include <bsd.port.mk>
+.include "${MASTERDIR}/Makefile"