From 35764879e62e522eb34f34c92604f7a190445a84 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Wed, 5 Jul 2000 16:34:48 +0000 Subject: Add ftpcopy, a two command line ftp tools. - ftpcopy is a simply FTP client written to copy files or directories (recursively) from a FTP server. - ftpls is a FTP client which generates directory listings, either in plain text or HTML. --- ftp/ftpcopy/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 ftp/ftpcopy/Makefile (limited to 'ftp/ftpcopy/Makefile') diff --git a/ftp/ftpcopy/Makefile b/ftp/ftpcopy/Makefile new file mode 100644 index 000000000000..5af4937e1097 --- /dev/null +++ b/ftp/ftpcopy/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: ftpcopy +# Date created: 5 June 2000 +# Whom: Maxim Sobolev +# +# $FreeBSD$ +# + +PORTNAME= ftpcopy +PORTVERSION= 0.2.2 +CATEGORIES= ftp +MASTER_SITES= http://www.ohse.de/uwe/releases/ + +MAINTAINER= sobomax@FreeBSD.org + +do-install: + ${MKDIR} ${PREFIX}/share/ftpcopy + cd ${WRKSRC} && \ + ${INSTALL_PROGRAM} ftpcopy ftpls ${PREFIX}/bin && \ + ${INSTALL_DATA} NEWS README ${PREFIX}/share/ftpcopy + +.include -- cgit v1.2.3