diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-05 16:34:48 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-05 16:34:48 +0000 |
commit | 35764879e62e522eb34f34c92604f7a190445a84 (patch) | |
tree | fa05fe2ded90b6358c02065d89f482d61a16fad8 /ftp/ftpcopy/Makefile | |
parent | ebf8f6f313e91df7407eae7be77efdbc1787f96b (diff) | |
download | ports-35764879e62e522eb34f34c92604f7a190445a84.tar.gz ports-35764879e62e522eb34f34c92604f7a190445a84.zip |
Notes
Diffstat (limited to 'ftp/ftpcopy/Makefile')
-rw-r--r-- | ftp/ftpcopy/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
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 <sobomax@FreeBSD.org> +# +# $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 <bsd.port.mk> |