summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-ftp/ncftp/ncftp-3.1.5.ebuild')
-rw-r--r--net-ftp/ncftp/ncftp-3.1.5.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/net-ftp/ncftp/ncftp-3.1.5.ebuild b/net-ftp/ncftp/ncftp-3.1.5.ebuild
new file mode 100644
index 000000000000..f948ed4e97c0
--- /dev/null
+++ b/net-ftp/ncftp/ncftp-3.1.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/ncftp/ncftp-3.1.5.ebuild,v 1.1 2002/10/21 01:09:04 seemant Exp $
+
+
+S=${WORKDIR}/${P}
+DESCRIPTION="An extremely configurable ftp client"
+SRC_URI="ftp://ftp.ncftp.com/ncftp/${P}-src.tar.bz2"
+HOMEPAGE="http://www.ncftp.com/"
+
+SLOT="0"
+LICENSE="Clarified-Artistic"
+KEYWORDS="~x86 ~ppc ~sparc ~sparc64"
+
+DEPEND=">=sys-libs/ncurses-5.2"
+
+src_install() {
+ dodir /usr/share
+ einstall || die
+
+ dodoc CHANGELOG FIREWALL-PROXY-README LICENSE.txt
+ dodoc READLINE-README README WHATSNEW-3.0
+}