diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-15 01:11:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-15 01:11:00 +0000 |
commit | c622a99906b52da6f61b6adb92eb4d1e48e9d01e (patch) | |
tree | 076e67895b604004ac79bf2f360c674570bfb9f1 /www/mozilla-devel | |
parent | 77163414e6fddb0299d7587b120a46150ae83299 (diff) | |
download | ports-c622a99906b52da6f61b6adb92eb4d1e48e9d01e.tar.gz ports-c622a99906b52da6f61b6adb92eb4d1e48e9d01e.zip |
Notes
Diffstat (limited to 'www/mozilla-devel')
-rw-r--r-- | www/mozilla-devel/Makefile | 19 | ||||
-rw-r--r-- | www/mozilla-devel/distinfo | 2 |
2 files changed, 11 insertions, 10 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index 18bfda6c6a9b..38bfe4c9fabd 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/Makefile @@ -6,29 +6,30 @@ # Note: you can make the standalone navigator version by typing # make NAVIGATOR=yes # -# $Id: Makefile,v 1.8 1997/09/25 08:25:24 asami Exp $ +# $Id: Makefile,v 1.9 1997/11/14 13:45:39 ache Exp $ # +DISTNAME= netscape-4.04 CATEGORIES= www .if !defined(NAVIGATOR) -DISTNAME= netscape-4.04 MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/professional_edition/ DISTFILES= communicator-v404-export.x86-unknown-freebsd.tar.gz -MAINTAINER= ache@FreeBSD.ORG .else -DISTNAME= netscape-4.03b8 -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 -MAINTAINER= ports@FreeBSD.ORG +MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.04/development/english/unix/freebsd/navigator_standalone/ +DISTFILES= navigator-v404-export.x86-unknown-freebsd.tar.gz .endif + +# responsible for communicator only +MAINTAINER= ache@FreeBSD.ORG + +RESTRICTED= "Commercial software" + NO_WRKSUBDIR= Yes NO_BUILD= Yes NDIR= ${PREFIX}/lib/netscape BINDIR= ${PREFIX}/bin -RESTRICTED= "Commercial software" - do-install: cd ${WRKSRC} && yes "" | \ LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install diff --git a/www/mozilla-devel/distinfo b/www/mozilla-devel/distinfo index cc039f9add99..9112967b577b 100644 --- a/www/mozilla-devel/distinfo +++ b/www/mozilla-devel/distinfo @@ -1,2 +1,2 @@ MD5 (communicator-v404-export.x86-unknown-freebsd.tar.gz) = 46614e393be01ee82cb9e8a33ae72f74 -MD5 (navigator-v403b8-export.x86-unknown-freebsd.tar.gz) = 5d601b749cfe336e89dbadb4933aa29d +MD5 (navigator-v404-export.x86-unknown-freebsd.tar.gz) = 0773f4c0d056bbeb3038f2a8b8ec80d4 |