1996-03-29 18:51:16 +00:00
|
|
|
# New ports collection makefile for: netscape
|
1997-11-13 19:11:57 +00:00
|
|
|
# Version required: 3.04
|
1996-03-29 18:51:16 +00:00
|
|
|
# Date created: 21 August 1995
|
|
|
|
# Whom: asami
|
|
|
|
#
|
1998-01-26 09:56:31 +00:00
|
|
|
# $Id: Makefile,v 1.18 1997/11/13 19:11:56 jkh Exp $
|
1996-03-29 18:51:16 +00:00
|
|
|
#
|
|
|
|
|
1997-11-13 19:11:57 +00:00
|
|
|
DISTNAME= netscape-3.04
|
1996-11-18 11:44:27 +00:00
|
|
|
CATEGORIES= www
|
1996-11-11 22:25:26 +00:00
|
|
|
.if defined(GOLD)
|
1997-11-13 19:11:57 +00:00
|
|
|
MASTER_SITES= ftp://ftp.netscape.com/pub/navigator/3.04/shipping/english/unix/bsdi11/navigator_gold_complete/
|
1996-11-11 22:25:26 +00:00
|
|
|
DIST_SUBDIR= gold
|
1998-01-26 09:56:31 +00:00
|
|
|
PKGNAME= ${DISTNAME}-gold
|
1996-11-11 22:25:26 +00:00
|
|
|
.else
|
1997-11-13 19:11:57 +00:00
|
|
|
MASTER_SITES= ftp://ftp.netscape.com/pub/navigator/3.04/shipping/english/unix/bsdi11/navigator_complete/
|
1996-11-11 22:25:26 +00:00
|
|
|
.endif
|
1997-11-13 19:11:57 +00:00
|
|
|
DISTFILES= netscape-v304-export.x86-unknown-bsd.tar.gz
|
1996-03-29 18:51:16 +00:00
|
|
|
|
1997-09-23 21:01:21 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
1996-03-29 18:51:16 +00:00
|
|
|
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
|
1996-11-18 11:44:27 +00:00
|
|
|
pre-fetch:
|
|
|
|
.if !defined(GOLD)
|
|
|
|
@${ECHO_MSG} "Note you can make the \"gold\" version by typing \"make GOLD=yes\"."
|
|
|
|
.else
|
|
|
|
@${ECHO_MSG} "Making the \"gold\" version."
|
|
|
|
.endif
|
|
|
|
|
1996-03-29 18:51:16 +00:00
|
|
|
post-install:
|
1996-12-08 01:04:24 +00:00
|
|
|
@${CAT} ${PKGDIR}/DESCR
|
1996-03-29 18:51:16 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|