blob: 78339dcdeea454367349c17e2e54be6529a6b755 (
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.01
# Date created: 21 August 1995
# Whom: asami
#
# $Id: Makefile,v 1.2 1996/11/01 22:06:42 ache Exp $
#
DISTNAME= netscape-3.01
CATEGORIES+= www
MASTER_SITES= ftp://ftp.netscape.com/pub/navigator/3.01/unix/
DISTFILES= netscape-v301-export.x86-unknown-bsd.tar.gz
MAINTAINER= ache@FreeBSD.ORG
RESTRICTED= "Commercial software."
NO_WRKSUBDIR= yes
post-install:
@cat ${PKGDIR}/DESCR
.include <bsd.port.mk>
|