1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/www/netscape4-communicator/files/netscape.sh
SADA Kenji 9d71fe1e60 1: Check whether aout libs exist at installation time.
2: Make netscape4-communicator's Makefile enable to be included
   from other netscape ports, and make netscape4-navigator to
   use it.
3: Make netscape4-communicator not to use `ns-install' and
   activate `make reinstall'.
PR:		ports/9932
1999-02-12 16:01:24 +00:00

7 lines
219 B
Bash

#!/bin/sh
export MOZILLA_HOME; MOZILLA_HOME=${MOZILLA_HOME:=@PREFIX@/@NSUBDIR@}
export CLASSPATH ; CLASSPATH=.:$MOZILLA_HOME
export XCMSDB; XCMSDB=/dev/null
ulimit -c 0
exec $MOZILLA_HOME/@BROWSER@-@BROWSER_VER@.bin $*