diff options
Diffstat (limited to 'ftp/ncftp')
-rw-r--r-- | ftp/ncftp/Makefile | 20 | ||||
-rw-r--r-- | ftp/ncftp/distinfo | 1 | ||||
-rw-r--r-- | ftp/ncftp/pkg-comment | 1 | ||||
-rw-r--r-- | ftp/ncftp/pkg-descr | 5 | ||||
-rw-r--r-- | ftp/ncftp/pkg-plist | 2 |
5 files changed, 29 insertions, 0 deletions
diff --git a/ftp/ncftp/Makefile b/ftp/ncftp/Makefile new file mode 100644 index 000000000000..02069a96a993 --- /dev/null +++ b/ftp/ncftp/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: ncftp2 +# Version required: 1.9.5 +# Date created: 20 Jun 1996 +# Whom: jkh +# +# $Id$ +# + +DISTNAME= ncftp-1.9.5 +CATEGORIES+= net +MASTER_SITES= ftp://ftp.probe.net/pub/ncftp/ +EXTRACT_SUFX= .tgz + +MAINTAINER= jkh@FreeBSD.ORG + +do-install: + cd ${WRKSRC}; $(INSTALL) -c $(STRIP) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) ncftp $(PREFIX)/bin + cd ${WRKSRC}; $(INSTALL) -c -o $(BINOWN) -g $(BINGRP) -m 644 ncftp.1 $(PREFIX)/man/man1 + +.include <bsd.port.mk> diff --git a/ftp/ncftp/distinfo b/ftp/ncftp/distinfo new file mode 100644 index 000000000000..600cacd91a47 --- /dev/null +++ b/ftp/ncftp/distinfo @@ -0,0 +1 @@ +MD5 (ncftp-1.9.5.tgz) = 302b24206852d727723ef8797ddb5164 diff --git a/ftp/ncftp/pkg-comment b/ftp/ncftp/pkg-comment new file mode 100644 index 000000000000..cbc4ad9d33d0 --- /dev/null +++ b/ftp/ncftp/pkg-comment @@ -0,0 +1 @@ +NcFTP -- FTP replacement with advanced user interface diff --git a/ftp/ncftp/pkg-descr b/ftp/ncftp/pkg-descr new file mode 100644 index 000000000000..f57dd5cbd429 --- /dev/null +++ b/ftp/ncftp/pkg-descr @@ -0,0 +1,5 @@ + NcFTP is a user interface to the Internet standard File + Transfer Protocol. This program allows a user to transfer + files to and from a remote network site, and offers addi- + tional features that are not found in the standard inter- + face, ftp. diff --git a/ftp/ncftp/pkg-plist b/ftp/ncftp/pkg-plist new file mode 100644 index 000000000000..a7245e770b48 --- /dev/null +++ b/ftp/ncftp/pkg-plist @@ -0,0 +1,2 @@ +bin/ncftp +man/man1/ncftp |