1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/www/netscape47-navigator/Makefile
Satoshi Asami 23c0de20b0 Do not include bsd.port.pre.mk twice (once in the slave and once in the
master).  This is done by defining a variable "PRE_MK_INCLUDED" in the slave
before including ${MASTERDIR}/Makefile, and have the master check it before
including any necessary macro files.
2000-01-17 12:40:00 +00:00

26 lines
772 B
Makefile

# New ports collection makefile for: netscape (navigator only)
# Version required: 4.7
# Date created: 20 Sept 1998
# Whom: brett@peloton.physics.montana.edu
#
# $FreeBSD$
#
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386"
MASTER_SITES= ftp://ftp.netscape.com./pub/communicator/english/4.7/unix/unsupported/freebsd/navigator_standalone/
DISTFILES= navigator-v47-export.x86-unknown-freebsd.tar.gz
.elif ${ARCH} == "alpha"
MASTER_SITES= ftp://ftp.netscape.com./pub/communicator/english/4.7/unix/supported/dec_unix40/navigator_standalone/
DISTFILES= navigator-v47-export.alpha-dec-osf4.0.tar.gz
.endif
ONLY_FOR_ARCHS= i386 alpha
BROWSER= navigator
INFILE_HEAD= 'Navigator,4.7.0.19990915'
PRE_MK_INCLUDED= yes
.include "${.CURDIR}/../netscape47-communicator/Makefile"