1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/www/netscape47-navigator/Makefile

25 lines
753 B
Makefile
Raw Normal View History

# New ports collection makefile for: netscape (navigator only)
# Date created: 20 Sept 1998
# Whom: brett@peloton.physics.montana.edu
1997-02-24 19:00:30 +00:00
#
1999-08-31 02:43:35 +00:00
# $FreeBSD$
1997-02-24 19:00:30 +00:00
#
2000-01-07 18:40:49 +00:00
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386"
2000-02-28 08:34:14 +00:00
MASTER_SITES= ftp://ftp.netscape.com./pub/communicator/english/4.72/unix/unsupported/freebsd/navigator_standalone/
DISTFILES= navigator-v472-export.x86-unknown-freebsd.tar.gz
2000-01-07 18:40:49 +00:00
.elif ${ARCH} == "alpha"
2000-02-28 08:34:14 +00:00
MASTER_SITES= ftp://ftp.netscape.com./pub/communicator/english/4.72/unix/supported/dec_unix40/navigator_standalone/
DISTFILES= navigator-v472-export.alpha-dec-osf4.0.tar.gz
2000-01-07 18:40:49 +00:00
.endif
ONLY_FOR_ARCHS= i386 alpha
BROWSER= navigator
2000-02-28 08:34:14 +00:00
INFILE_HEAD= 'Navigator,4.72.0.20000131'
1999-01-13 04:00:10 +00:00
PRE_MK_INCLUDED= yes
.include "${.CURDIR}/../netscape47-communicator/Makefile"