# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # likewhoa inherit eutils DESCRIPTION="Xfdiff is graphic interface to the GNU diff and patch commands." HOMEPAGE="http://xffm.sf.net/xfdiff.html" SRC_URI="mirror://sourceforge/${PN/diff/fm}/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="libxfcegui4" DEPEND="x11-libs/libtubo libxfcegui4? ( xfce-base/libxfcegui4 )" RDEPEND="${DEPEND}" src_unpack() { unpack ${A} } src_compile() { econf \ $(use_enable libxfcegui4) \ || die "econf failed." } src_install() { einstall || die "einstall failed." }