aboutsummaryrefslogtreecommitdiffstats
path: root/www/netscape-remote/Makefile
blob: b4ba2573bc0852a51874cd5591c79afb2debd839 (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
27
28
# New ports collection makefile for:    netscape-remote
# Version required: 1.0
# Date created:     09/13/1999
# Whom:         Kelly Yancey <kbyanc@posi.net>
#
# $FreeBSD$
#

DISTNAME=   netscape-remote
PKGNAME=    netscape-remote-1.0
CATEGORIES= www
MASTER_SITES=   http://home.netscape.com/newsref/std/
DISTFILES=  remote.c vroot.h

MAINTAINER= kbyanc@posi.net

FETCH_BEFORE_ARGS=  -b

DIST_SUBDIR=    netscape-remote
NO_WRKSUBDIR=   yes

do-extract:
    @${MKDIR} ${WRKDIR}
    @cp ${FILESDIR}/Makefile ${WRKDIR}
    @for i in $(DISTFILES); do ${CP} ${DISTDIR}/${DIST_SUBDIR}/$$i \
        ${WRKDIR}; done

.include <bsd.port.mk>