diff options
Diffstat (limited to 'net-ftp/ncftp/ncftp-3.1.3.ebuild')
-rw-r--r-- | net-ftp/ncftp/ncftp-3.1.3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-ftp/ncftp/ncftp-3.1.3.ebuild b/net-ftp/ncftp/ncftp-3.1.3.ebuild index 4eb0ff9baac6..be3b5bad5878 100644 --- a/net-ftp/ncftp/ncftp-3.1.3.ebuild +++ b/net-ftp/ncftp/ncftp-3.1.3.ebuild @@ -1,15 +1,17 @@ # 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.3.ebuild,v 1.2 2002/07/11 06:30:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ncftp/ncftp-3.1.3.ebuild,v 1.3 2002/07/16 04:54:32 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" DEPEND="virtual/glibc >=sys-libs/ncurses-5.2" + +SLOT="0" LICENSE="Clarified-Artistic" +KEYWORDS="x86 ppc" src_compile() { ./configure --prefix=/usr --host=${CHOST} \ |