# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Intuitive tool for configuring wireless network settings" HOMEPAGE="http://kifi.staticmethod.net/" SRC_URI="http://kifi.staticmethod.net/downloads/kifi-0.2.4.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="X kde" DEPEND=">=net-wireless/wireless-tools-27_pre28" inherit kde-base need-kde 3.2 src_compile() { PREFIX="`kde-config --prefix`" kde_src_compile configure kde_src_compile make } src_install() { kde_src_install }