# 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="http://forgeftp.novell.com/ifolder/client/3.4/20060320-0101/src/${PN}${PV:0:1}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" IUSE="" DEPEND=">=dev-lang/mono-1.0 >=dev-dotnet/gconf-sharp-1.0.4 >=dev-dotnet/gnome-sharp-1.0.4 >=dev-dotnet/gtk-sharp-1.0 >=dev-dotnet/simias-1.0" S="${WORKDIR}/ifolder${PV:0:1}-${PV}" pkg_setup() { if built_with_use dev-dotnet/simias simpleserver then eerror "SimpleServer and the iFolder client should not be" eerror "installed on the same machine. Please reinstall" eerror "simias without the simpleserver USE flag enabled" die "Error cannot install the client on the same machine as SimpleServer" fi } src_compile() { local myconf myconf="--prefix=/usr" ./configure ${myconf} || die "Error configuring ${P}" make || die "Error compiling ${P}" }