           SPELL=mozilla-nightly
if  [[  "$MOZILLA_NIGHTLY_CVS_AUTOUPDATE"  ==  "y"  ]];  then
         VERSION=$(date +%Y%m%d)
else
         VERSION=cvs
fi
          SOURCE=mozilla-source.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla
   SOURCE_URL[0]=ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/nightly/latest/$SOURCE
        WEB_SITE=http://www.mozilla.org
         ENTERED=20010922
         UPDATED=20020605
   SOURCE_IGNORE=unversioned
        KEYWORDS="mozilla http"
       BUILD_API=1
           SHORT="A nightly snapshot of the Mozilla browser."
cat << EOF
Mozilla is a Web browser that is being developed by the Free Software
Community with the cooperation and support of Netscape. Initially,
its development was based on an early version of Netscape Communicator 5.0.
But most of it was disposed of halfway, and the current Mozilla is
a completely new software based on the "NGLayout" layout engine
developed for Netscape Communicator 6. "Netscape 6" (the Web browser
from Netscape) and "Beonex Communicator" are based on Mozilla. Many
other projects use/embed Mozilla's rendering engine.

Note that this spell is based on a nightly snapshot of a work-in-progress.
It is not an official release and certain things may not work.
EOF
