summaryrefslogtreecommitdiff
path: root/www/netscape/Makefile
blob: 78a720bae59280d6368cf0371e6a847aea78cfcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# $NetBSD: Makefile,v 1.2 2001/02/17 17:22:16 wiz Exp $
#

COMMENT=	Open new communicator or navigator window

BINNAME=	netscape

.include "../navigator/Makefile.common"

DEPENDS+= ns-remote>=1.3:../../www/ns-remote
.if defined(NS_NAVIGATOR) && ${NS_NAVIGATOR} == YES
DEPENDS+= {navigator,communicator}*:../../www/navigator
.else
DEPENDS+= {communicator,navigator}*:../../www/communicator
.endif

DISTFILES=	# empty
MASTER_SITES=	# empty

EXTRACT_ONLY=	# empty
NO_WRKSUBDIR=	yes
NO_CHECKSUM=	yes
NO_PATCH=	yes
NO_CONFIGURE=	yes

do-install:
.if defined(NS_NAVIGATOR) && ${NS_NAVIGATOR} == YES
	${INSTALL_SCRIPT} ${FILESDIR}/netscape_navigator ${PREFIX}/bin/netscape
.else
	${LN} -sf ns-open ${PREFIX}/bin/netscape
.endif

.include "../../mk/bsd.pkg.mk"