diff options
author | sada <sada@FreeBSD.org> | 1999-10-11 02:33:02 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 1999-10-11 02:33:02 +0800 |
commit | 8042cb03c5c882ae72b1a634294d925b0f091d9f (patch) | |
tree | bc2622de289596a43178bea5c4037f81a8beeb8c /www/netscape7/Makefile | |
parent | fa30255a5bb6b4b4a0690a244a132fefe868d068 (diff) | |
download | freebsd-ports-gnome-8042cb03c5c882ae72b1a634294d925b0f091d9f.tar.gz freebsd-ports-gnome-8042cb03c5c882ae72b1a634294d925b0f091d9f.tar.zst freebsd-ports-gnome-8042cb03c5c882ae72b1a634294d925b0f091d9f.zip |
Upgrade to 4.7.
PR: ports/14106
Submitted by: Palle Girgensohn <girgen@partitur.se>
Diffstat (limited to 'www/netscape7/Makefile')
-rw-r--r-- | www/netscape7/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile index 5bff6766d7da..457b20545ba3 100644 --- a/www/netscape7/Makefile +++ b/www/netscape7/Makefile @@ -1,5 +1,5 @@ -# New ports collection makefile for: netscape-communcator-linux-4.61 -# Version required: 4.61 +# New ports collection makefile for: netscape-communcator-linux-4.x +# Version required: 4.7 # Date created: 27 June 1999 # Whom: girgen@partitur.se # Based on work by: thepish @@ -8,16 +8,17 @@ # DISTNAME= linux-netscape-${BROWSER}-${BROWSER_VER} -MASTER_SITES?= ftp://ftp.netscape.com/pub/communicator/english/4.61/unix/supported/linux20_libc5/complete_install/ -DISTFILES?= communicator-v461-export.x86-unknown-linux2.0.tar.gz +MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/english/4.7/unix/supported/linux20_glibc2/complete_install/ \ + ftp://ftp.sunet.se/pub/www/Netscape/communicator/english/4.7/unix/supported/linux20_glibc2/complete_install/ +DISTFILES= communicator-v47-export.x86-unknown-linuxglibc2.0.tar.gz MAINTAINER= girgen@partitur.se -RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base +RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base -WRKSRC= ${WRKDIR}/${BROWSER}-v461.x86-unknown-linux2.0 +WRKSRC= ${WRKDIR}/${BROWSER}-v47.x86-unknown-linux2.0 MAILCAP= ${.CURDIR}/files/mailcap -NSUBDIR?= lib/netscape-linux +NSUBDIR= lib/netscape-linux -.include "../netscape46-communicator/Makefile" +.include "../netscape47-communicator/Makefile" |