# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="kf is a Jabber-based instant messaging client" HOMEPAGE="http://kf.jabberstudio.org" SRC_URI="http://files.jabberstudio.org/kf/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" IUSE="debug spell" DEPEND=">=x11-libs/gtk+-2 >=net-libs/loudmouth-0.16 >=gnome-base/libglade-2 spell? ( >=app-text/gtkspell-2.0.5 )" KEYWORDS="~x86 ~ppc ~sparc" src_compile() { econf $(use_enable debug debug) $(use_enable spell gtkspell) || die 'econf failed' emake || die 'emake failed' } src_install() { make install DESTDIR=${D} || die 'make install failed' dodoc AUTHORS COPYING ChangeLog NEWS README }