aboutsummaryrefslogtreecommitdiffstats
path: root/www/netscape-wrapper/Makefile
blob: 9756663997ebc5dd484e28e351d168824343ad21 (plain) (blame)
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
# New ports collection makefile for:    netscape-wrapper
# Date created:     3 May 2000
# Whom:         Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=   netscape-wrapper
PORTVERSION=    2000.07.07
CATEGORIES= www
MASTER_SITES=   # none
DISTFILES=  # none

MAINTAINER= knu@FreeBSD.org

RUN_DEPENDS=    netscape-remote:${PORTSDIR}/www/netscape-remote

NO_WRKSUBDIR=   yes

do-build:
    ${SED} 's,%%PREFIX%%,${PREFIX},g' ${FILESDIR}/netscape.sh > ${WRKSRC}/netscape.sh

do-install:
    ${INSTALL_SCRIPT} ${WRKDIR}/netscape.sh ${PREFIX}/bin/netscape

.include <bsd.port.mk>