blob: c478a6618f9635117918a4a586bcc5870fae4156 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: netscape
# Version required: 3.0
# Date created: 21 August 1995
# Whom: asami
#
# $Id: Makefile,v 1.10 1996/08/12 16:30:08 ache Exp $
#
DISTNAME= netscape-3.0
CATEGORIES+= www
MASTER_SITES= ftp://ftp.netscape.com/pub/navigator/3.0/unix/
DISTFILES= netscape-v30-export.x86-unknown-bsd.tar.gz
MAINTAINER= jkh@FreeBSD.ORG
RESTRICTED= "Commercial software."
NO_WRKSUBDIR= yes
post-install:
@cat ${PKGDIR}/DESCR
.include <bsd.port.mk>
|