diff options
author | SADA Kenji <sada@FreeBSD.org> | 1999-08-09 18:47:54 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1999-08-09 18:47:54 +0000 |
commit | 7e82dd1cb49173a1cb626934499f6b19f492d15e (patch) | |
tree | 8c428c7899c33824eaf42dc52ab25af1c42c84f4 /www/netscape3 | |
parent | cdb4ca853afa94e8e70ce13d61d1adbbb0be50b4 (diff) |
Notes
Diffstat (limited to 'www/netscape3')
-rw-r--r-- | www/netscape3/Makefile | 27 | ||||
-rw-r--r-- | www/netscape3/distinfo | 3 | ||||
-rw-r--r-- | www/netscape3/pkg-comment | 2 | ||||
-rw-r--r-- | www/netscape3/pkg-descr | 3 |
4 files changed, 16 insertions, 19 deletions
diff --git a/www/netscape3/Makefile b/www/netscape3/Makefile index 01156a963514..f0e9ed3fac0b 100644 --- a/www/netscape3/Makefile +++ b/www/netscape3/Makefile @@ -3,15 +3,15 @@ # Date created: 21 August 1995 # Whom: asami # -# $Id: Makefile,v 1.28 1999/01/13 04:00:07 scrappy Exp $ +# $Id: Makefile,v 1.29 1999/01/26 02:37:15 steve Exp $ # -DISTNAME= netscape-3.04 +DISTNAME?= netscape-3.04 CATEGORIES= www -MASTER_SITES= ftp://archive:oldies@archive.netscape.com/archive/navigator/3.04/shipping/english/unix/bsdi11/navigator_complete/ +MASTER_SITES?= ftp://archive:oldies@archive.netscape.com/archive/navigator/3.04/shipping/english/unix/bsdi11/navigator_complete/ DISTFILES= netscape-v304-export.x86-unknown-bsd.tar.gz -MAINTAINER= ports@FreeBSD.ORG +MAINTAINER= sada@FreeBSD.ORG Y2K= http://home.netscape.com/products/year2000/faq/client.html @@ -20,28 +20,27 @@ NOT_FOR_ARCHS= alpha NO_LATEST_LINK= yes NO_WRKSUBDIR= yes -.if defined(GOLD) -MASTER_SITES= ftp://archive:oldies@archive.netscape.com/archive/navigator/3.04/shipping/english/unix/bsdi11/navigator_gold_complete/ -DIST_SUBDIR= gold -PKGNAME= ${DISTNAME}-gold -.endif - -.if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO +.if defined(USE_128BIT) MASTER_SITES+= ftp://ftp.fortify.net/pub/Fortify/ \ ftp://ftp.za.freebsd.org/pub/Fortify/ -DISTFILES+= Fortify-1.3.2-unix-x86.tar.gz +DISTFILES+= ${FORTIFY}.tar.gz RESTRICTED= "Contains strong cryptography" .endif +FORTIFY= Fortify-1.4.3-unix-x86 + .if !defined(USE_128BIT) pre-extract: @${ECHO} "You can make Netscape use 128-bit encryption by defining USE_128BIT" @${ECHO} "and defining USA_RESIDENT to NO" .endif +pre-install: + PKG_PREFIX=${PREFIX} ${SH} ${PKGREQ} ${PKGNAME} INSTALL + post-install: -.if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO - cd ${WRKSRC}/Fortify-1.3.2-unix-x86 && \ +.if defined(USE_128BIT) + cd ${WRKDIR}/${FORTIFY} && \ (${ECHO} yes ; ${ECHO} no ; ${ECHO} no) | ./Fortify.sh ${PREFIX}/lib/netscape/netscape.bin .endif @${CAT} ${PKGDIR}/DESCR diff --git a/www/netscape3/distinfo b/www/netscape3/distinfo index de005d4ab6c8..d7bc8e6cd043 100644 --- a/www/netscape3/distinfo +++ b/www/netscape3/distinfo @@ -1,3 +1,4 @@ MD5 (netscape-v304-export.x86-unknown-bsd.tar.gz) = a08bc63c6f1a2e934045be0848c7bb09 +MD5 (Fortify-1.4.3-unix-x86.tar.gz) = 0414664e89c3a0f690f4ed9aa07dbd70 MD5 (gold/netscape-v304-export.x86-unknown-bsd.tar.gz) = d53200dcbd0bfb1afd2e202d5736f9e0 -MD5 (Fortify-1.3.2-unix-x86.tar.gz) = 2602de68407690cf45c32f9dfef65f74 +MD5 (gold/Fortify-1.4.3-unix-x86.tar.gz) = 0414664e89c3a0f690f4ed9aa07dbd70 diff --git a/www/netscape3/pkg-comment b/www/netscape3/pkg-comment index ac11414bc80a..8c99a083cc75 100644 --- a/www/netscape3/pkg-comment +++ b/www/netscape3/pkg-comment @@ -1 +1 @@ -Netscape ver 3 web-surfboard (regular or gold) +Netscape ver 3 web-surfboard diff --git a/www/netscape3/pkg-descr b/www/netscape3/pkg-descr index 562904196c18..e0a83b68e9ae 100644 --- a/www/netscape3/pkg-descr +++ b/www/netscape3/pkg-descr @@ -6,6 +6,3 @@ Note: If Java applets fail to display. Type this as root: /usr/X11R6/bin/mkfontdir chmod 444 fonts.dir And then exit and restart your X server. - -This port can install either the regular or "gold" version. -For the latter, add "GOLD=yes" to your "make" command line. |