aboutsummaryrefslogtreecommitdiffstats
path: root/www/netscape-wrapper/Makefile
blob: a023ec9ec946cf84169c48ef0746cd549091720b (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
# 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.05.07
CATEGORIES= www
MASTER_SITES=   # none
DISTFILES=  # none

MAINTAINER= knu@FreeBSD.org

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

NO_WRKSUBDIR=   yes
NO_BUILD=   yes

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

.include <bsd.port.mk>