# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.6 2002/05/07 03:58:19 drobbins Exp S=${WORKDIR}/${P} DESCRIPTION="A nice and customizable ftp client with color support" SRC_URI="ftp://ftp3.sf.net/pub/sourceforge/yafc/${P}.tar.bz2" HOMEPAGE="http://yafc.sf.net" SLOT="0" DEPEND=">=sys-libs/readline-2.0" src_compile() { ./configure --prefix=/usr --host=${CHOST} \ --mandir=/usr/share/man || die emake || die } src_install() { dodir /usr/share make prefix=${D}/usr mandir=${D}/usr/share/man install || die dodoc doc/ }