S=${WORKDIR}/${P} DESCRIPTION="Gnome based FTP Client" SRC_URI="http://unc.dl.sourceforge.net/sourceforge/deadftp/${P}.tar.bz2" HOMEPAGE="http://deadftp.sourceforge.net" DEPEND="x11-libs/gtk+ dev-libs/glib >=x11-base/xfree-4.1.0 nls? ( sys-devel/gettext )" src_compile() { local myconf if [ -z "`use nls`" ] ; then myconf="--disable-nls" fi ./configure --host=${CHOST} --prefix=/usr \ --mandir=/usr/share/man ${myconf} || die emake || die } src_install() { make prefix=${D}/usr mandir=${D}/usr/share/man install || die dodoc AUTHORS COPYING ChangeLog NEWS README TODO }