summaryrefslogtreecommitdiffstats
path: root/www/netscape47-navigator
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-09-25 08:25:29 +0000
committerasami <asami@FreeBSD.org>1997-09-25 08:25:29 +0000
commitde649065ae6f64ac302b947eb97ed3780d29fba8 (patch)
tree3564402c6fa2fa970a94918bbf35fa0465362806 /www/netscape47-navigator
parent5eeb31048c55a977661d20977daa7f0ccb7bc514 (diff)
downloadFreeBSD-ports-de649065ae6f64ac302b947eb97ed3780d29fba8.zip
FreeBSD-ports-de649065ae6f64ac302b947eb97ed3780d29fba8.tar.gz
Make it possible to install the standalone navigator by defining
${NAVIGATOR}. Requested by: so many people I can't remember them all
Diffstat (limited to 'www/netscape47-navigator')
-rw-r--r--www/netscape47-navigator/Makefile16
-rw-r--r--www/netscape47-navigator/pkg-descr6
2 files changed, 20 insertions, 2 deletions
diff --git a/www/netscape47-navigator/Makefile b/www/netscape47-navigator/Makefile
index 55949f0..bb48dc5 100644
--- a/www/netscape47-navigator/Makefile
+++ b/www/netscape47-navigator/Makefile
@@ -3,13 +3,18 @@
# Date created: 24 Feb 1997
# Whom: ache
#
-# $Id: Makefile,v 1.5 1997/08/04 09:20:48 ache Exp $
+# $Id: Makefile,v 1.7 1997/09/07 20:26:58 ache Exp $
#
DISTNAME= netscape-4.03b8
CATEGORIES= www
-MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/base_install/
+.if defined(NAVIGATOR)
+MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/navigator_standalone/
+DISTFILES= navigator-v403b8-export.x86-unknown-freebsd.tar.gz
+.else
+MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/base_install/
DISTFILES= communicator-v403b8-export.x86-unknown-freebsd.tar.gz
+.endif
NO_WRKSUBDIR= Yes
NO_BUILD= Yes
@@ -20,6 +25,13 @@ MAINTAINER= ache@FreeBSD.ORG
RESTRICTED= "Commercial software"
+pre-fetch:
+.if !defined(NAVIGATOR)
+ @${ECHO_MSG} "Note you can make the standalone navigator version by typing \"make NAVIGATOR=yes\"."
+.else
+ @${ECHO_MSG} "Making the standalone navigator version."
+.endif
+
do-install:
cd ${WRKSRC} && yes "" | \
LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install
diff --git a/www/netscape47-navigator/pkg-descr b/www/netscape47-navigator/pkg-descr
index e0a83b6..c78edc8 100644
--- a/www/netscape47-navigator/pkg-descr
+++ b/www/netscape47-navigator/pkg-descr
@@ -1,6 +1,12 @@
This is the netscape web-surfboard. Please read the file
"/usr/local/lib/netscape/LICENSE" for the licensing terms.
+Note: If the standalone navigator hangs on startup eating all CPU
+time, find the user_pref("browser.startup.license_accepted", ...);
+line in your ~/.netscape/preferences.js and move it to the end of
+the file, or remove it, if simply moving doesn't help.
+Don't forget to report this bug to Netscape Team.
+
Note: If Java applets fail to display. Type this as root:
cd /usr/X11R6/lib/X11/fonts/misc
/usr/X11R6/bin/mkfontdir
OpenPOWER on IntegriCloud