diff --git a/ftp/cftp/Makefile b/ftp/cftp/Makefile new file mode 100644 index 000000000000..8ad5bb325ace --- /dev/null +++ b/ftp/cftp/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: cftp +# Version required: 0.9.1 +# Date created: 14 October 1997 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= cftp-0.9.1 +CATEGORIES= net +MASTER_SITES= ftp://ftp.giga.or.at/pub/nih/cftp/ + +MAINTAINER= andy@icc.surw.chel.su + +GNU_CONFIGURE= yes + +pre-install: + @if [ ! -f ${PREFIX}/info/dir ]; then \ + ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ + fi + +post-install: + @ ${MKDIR} ${PREFIX}/share/doc/cftp +.for file in AUTHORS ChangeLog NEWS README THANKS TODO + @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cftp +.endfor + +.include diff --git a/ftp/cftp/distinfo b/ftp/cftp/distinfo new file mode 100644 index 000000000000..a839ea120a85 --- /dev/null +++ b/ftp/cftp/distinfo @@ -0,0 +1 @@ +MD5 (cftp-0.9.1.tar.gz) = f47fa185a07b880cd62808a3f4172133 diff --git a/ftp/cftp/pkg-comment b/ftp/cftp/pkg-comment new file mode 100644 index 000000000000..789ad7555404 --- /dev/null +++ b/ftp/cftp/pkg-comment @@ -0,0 +1 @@ +Comfortable FTP, a full screen ftp client diff --git a/ftp/cftp/pkg-descr b/ftp/cftp/pkg-descr new file mode 100644 index 000000000000..e981b8aa351c --- /dev/null +++ b/ftp/cftp/pkg-descr @@ -0,0 +1,5 @@ + CFTP is used to transfer files from a remote computer to +your local computer via the FTP protocol. + It's advantages over most standard ftp-clients is its +fullscreen representation of the remote directory so you +can easily choose what to get or where to go. diff --git a/ftp/cftp/pkg-plist b/ftp/cftp/pkg-plist new file mode 100644 index 000000000000..6ce18f0a303f --- /dev/null +++ b/ftp/cftp/pkg-plist @@ -0,0 +1,12 @@ +bin/cftp +@unexec install-info --delete %D/info/cftp.info %D/info/dir +info/cftp.info +@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir +@exec install-info %D/info/cftp.info %D/info/dir +share/doc/cftp/AUTHORS +share/doc/cftp/ChangeLog +share/doc/cftp/NEWS +share/doc/cftp/README +share/doc/cftp/THANKS +share/doc/cftp/TODO +@dirrm share/doc/cftp