# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 mono DESCRIPTION="Novell iFolder" HOMEPAGE="http://www.ifolder.com/" SRC_URI="ftp://ftp.novell.com//pub/forge/ifolder/client/stable/20040902_0345/source/ifolder3-${PV}.tar.gz" S="${WORKDIR}/ifolder3-${PV}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" DEPEND=">=dev-dotnet/mono-1.0 >=x11-libs/gtk-sharp-1.0 >=dev-dotnet/simias-1.0 >=dev-dotnet/addressbook-1.0" src_compile() { econf emake -j1 || die "compile failure" } src_install() { make DESTDIR=${D} install || die dodoc INSTALL NEWS README }