# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A GUI SMB network navigator" HOMEPAGE="http://smbc.airm.net/en/index.php" SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="sys-devel/gcc" RDEPEND=">=net-fs/samba-2.8.8 sys-libs/ncurses dev-libs/popt" src_install() { make DESTDIR=${D} install || die }