blob: ee7e73e0f81f1bef07228a2ade6a553d7ffeaa3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: netscape (navigator only)
# Date created: 24 Feb 1997
# Whom: ache
#
# $FreeBSD$
#
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/${BROWSER_VER}/english/unix/unsupported/freebsd/navigator_standalone/
DISTFILES= navigator-v408-export.x86-unknown-freebsd.tar.gz
MASTERDIR= ${.CURDIR}/../netscape4-communicator
NO_LATEST_LINK= yes
BROWSER= navigator
INFILE_HEAD= 'Navigator,4.08.0.98306'
.include "${MASTERDIR}/Makefile"
|