diff options
Diffstat (limited to 'www/linux-netscape6/Makefile')
-rw-r--r-- | www/linux-netscape6/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/linux-netscape6/Makefile b/www/linux-netscape6/Makefile index 6985828af36b..f8b7b7ec1e96 100644 --- a/www/linux-netscape6/Makefile +++ b/www/linux-netscape6/Makefile @@ -1,16 +1,15 @@ # New ports collection makefile for: linux-netscape4 -# Version required: 4.03 +# Version required: 4.05 # Date created: 24 Feb 1997 # Whom: ache # -# $Id: Makefile,v 1.2 1997/07/05 12:08:46 ache Exp $ +# $Id: Makefile,v 1.3 1997/09/23 20:50:31 ache Exp $ # -DISTNAME= linux-netscape-4.03 +DISTNAME= linux-netscape-4.05 CATEGORIES= www -MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.03/shipping/english/unix/linux12/base_install/ -DISTFILES= communicator-v403-export.x86-unknown-linux1.2.tar.gz -NO_WRKSUBDIR= Yes +MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.05/shipping/english/unix/linux12/base_install/ +DISTFILES= communicator-v405-export.x86-unknown-linux1.2.tar.gz NO_BUILD= Yes RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib @@ -20,6 +19,7 @@ NDIR= ${PREFIX}/lib/netscape BINDIR= ${PREFIX}/bin MAINTAINER= ports@FreeBSD.ORG +WRKSRC= ${WRKDIR}/communicator-v405.x86-unknown-linux1.2 RESTRICTED= "Commercial software" |