blob: 080a9a31a34eea734d42f9bd6f8cdf384d57ba8e (
plain) (
blame)
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)
# Version required: 4.6*
# Date created: 20 Sept 1998
# Whom: brett@peloton.physics.montana.edu
#
# $Id: Makefile,v 1.37 1999/06/23 20:47:44 sada Exp $
#
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/english/4.61/unix/unsupported/freebsd/navigator_standalone/
DISTFILES= navigator-v461-export.x86-unknown-freebsd.tar.gz
MAINTAINER?= sada@FreeBSD.ORG
BROWSER= navigator
INFILE_HEAD= 'Navigator,4.61.0.99147'
.include "${.CURDIR}/../netscape46-communicator/Makefile"
|