inherit kde IUSE="" DESCRIPTION="KLinpopup is a program to receive and send Windows popup messages" SRC_URI="http://www.gerdfleischer.de/klinpopup/src/${P}.tar.bz2" HOMEPAGE="http://www.gerdfleischer.de/klinpopup.php" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc" DEPEND=">=net-fs/samba-3.0" need-kde 3 src_install() { make DESTDIR=${D} install || die "make install failed" }