blob: 7937246b0504fdba563ce8a849c0956830373558 (
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
# Date created: 21 August 1995
# Whom: asami
#
# $FreeBSD$
#
PORTNAME= netscape-gold
PORTVERSION= 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
NO_LATEST_LINK= yes
.include "${MASTERDIR}/Makefile"
|