aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/ftpcopy/Makefile
blob: 413379e77295fe6af07bb5701afed47bc9bd4e96 (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
29
30
31
32
# New ports collection makefile for:    ftpcopy
# Date created:             5 June 2000
# Whom:                 Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   ftpcopy
PORTVERSION=    0.6.2
CATEGORIES= ftp ipv6
MASTER_SITES=   http://www.ohse.de/uwe/ftpcopy/

MAINTAINER= matthias.andree@web.de
COMMENT=    Command line ftp tools for listing and mirroring

WRKSRC=     ${WRKDIR}/web/${DISTNAME}

MAN1=       ftpcopy.1 ftpcp.1 ftpls.1

do-install:
    cd ${WRKSRC}/compile && \
        ${INSTALL_PROGRAM} ftpcopy ftpls ${PREFIX}/bin && \
        ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 && \
        ${INSTALL_SCRIPT} ftpcp ${PREFIX}/bin
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR} && \
    cd ${WRKSRC}/compile && \
        ${INSTALL_DATA} ChangeLog NEWS \
            README THANKS ${DOCSDIR}
.endif

.include <bsd.port.mk>