1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/www/netscape47-navigator/Makefile
SADA Kenji ec2fddf77f Upgrade to 4.74.
Now many users out of U.S. could use 128bit key encryption.
2000-07-25 15:16:45 +00:00

27 lines
797 B
Makefile

# New ports collection makefile for: netscape (navigator only)
# Date created: 20 Sept 1998
# Whom: brett@peloton.physics.montana.edu
#
# $FreeBSD$
#
PORTNAME?= netscape-${BROWSER_ARC}
PORTVERSION?= ${BROWSER_VER}
.if !defined(_PREMKINCLUDED)
.include <bsd.port.pre.mk>
.endif
.if ${ARCH} == "i386"
MASTER_SITES= ftp://ftp.netscape.com./pub/communicator/english/4.74/unix/unsupported/freebsd/navigator_standalone/
DISTFILES= navigator-v474-us.x86-unknown-freebsd.tar.gz
.elif ${ARCH} == "alpha"
MASTER_SITES= ftp://ftp.netscape.com./pub/communicator/english/4.74/unix/supported/dec_unix40/navigator_standalone/
DISTFILES= navigator-v474-us.alpha-dec-osf4.0.tar.gz
.endif
BROWSER= navigator
INFILE_HEAD= 'Navigator,4.74.0.20000707'
.include "${.CURDIR}/../netscape47-communicator/Makefile"