# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit qt3 DESCRIPTION="SFLphone aims to become your desktop's VoIP companion." HOMEPAGE="http://www.sflphone.org/" SRC_URI="http://www.sflphone.org/releases/${P/_/-}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" S="${WORKDIR}/${P/_/-}" DEPEND=">=net-libs/libosip-2.2.1 >=net-libs/libeXosip-1.9.1 >=dev-cpp/commoncpp2-1.3.6 >=net-libs/ccrtp-1.3.0 >=media-libs/portaudio-19 $(qt_min_version 3.3)" src_install() { make install DESTDIR="${D}" || die "install failed" dodoc README TODO }