blob: 3ac41bfc49525aca7005ddc7c6dcd89fca78e36a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: netscape
# Version required: 3.04 (gold)
# Date created: 21 August 1995
# Whom: asami
#
# $FreeBSD$
#
DISTNAME= netscape-gold-3.04
MASTER_SITES= ftp://archive:oldies@archive.netscape.com/archive/navigator/3.04/shipping/english/unix/bsdi11/navigator_gold_complete/
DIST_SUBDIR= gold
COMMENT= ${.CURDIR}/pkg/COMMENT
MASTERDIR= ${.CURDIR}/../netscape3
.include "${MASTERDIR}/Makefile"
|