1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/www/netscape3/Makefile

46 lines
1.3 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: netscape
1997-11-13 19:11:57 +00:00
# Version required: 3.04
# Date created: 21 August 1995
# Whom: asami
#
1998-08-24 10:05:39 +00:00
# $Id: Makefile,v 1.22 1998/04/04 07:36:45 asami Exp $
#
1997-11-13 19:11:57 +00:00
DISTNAME= netscape-3.04
CATEGORIES= www
1997-11-13 19:11:57 +00:00
MASTER_SITES= ftp://ftp.netscape.com/pub/navigator/3.04/shipping/english/unix/bsdi11/navigator_complete/
DISTFILES= netscape-v304-export.x86-unknown-bsd.tar.gz
MAINTAINER= ports@FreeBSD.ORG
NO_LATEST_LINK= yes
NO_WRKSUBDIR= yes
.if defined(GOLD)
MASTER_SITES= ftp://ftp.netscape.com/pub/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
MASTER_SITES+= ftp://ftp.fortify.net/pub/Fortify/ \
ftp://ftp.za.freebsd.org/pub/Fortify/
1998-08-24 10:05:39 +00:00
DISTFILES+= Fortify-1.2.6-unix-x86.tar.gz
RESTRICTED= "Contains strong cryptography"
.endif
.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
post-install:
.if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO
1998-08-24 10:05:39 +00:00
cd ${WRKSRC}/Fortify-1.2.6-unix-x86 && \
(${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${PREFIX}/lib/netscape/netscape.bin
.endif
@${CAT} ${PKGDIR}/DESCR
.include <bsd.port.mk>