diff options
author | asami <asami@FreeBSD.org> | 1997-11-15 01:11:00 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-15 01:11:00 +0000 |
commit | dab2dabb9625b16f62be6621a3cfe31d56b7c4d7 (patch) | |
tree | 1ddf9d80a342bbf221dbda6812c7917c32b43b4e /www/mozilla+ipv6/Makefile | |
parent | c582c49c9a7697b23196afa16df0b13431927cf1 (diff) | |
download | FreeBSD-ports-dab2dabb9625b16f62be6621a3cfe31d56b7c4d7.zip FreeBSD-ports-dab2dabb9625b16f62be6621a3cfe31d56b7c4d7.tar.gz |
Update the stand-alone navigator part to 4.04 too. Untangle the mess
that the previous commit created by trying to make the Makefile more
complicated than necessary.
Diffstat (limited to 'www/mozilla+ipv6/Makefile')
-rw-r--r-- | www/mozilla+ipv6/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/www/mozilla+ipv6/Makefile b/www/mozilla+ipv6/Makefile index 18bfda6..38bfe4c 100644 --- a/www/mozilla+ipv6/Makefile +++ b/www/mozilla+ipv6/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 |