# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Header $ IUSE="nls" DESCRIPTION="front-end for gnokii (Nokia and others mobiles)" HOMEPAGE="http://freshmeat.net/projects/genericwhois/" SRC_URI="ftp://ftp.gnokii.org/pub/gnocky/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" RDEPEN=">=net-dialup/gnokii-0.5.7" DEPEND="virtual/glibc >=x11-libs/gtk+-2.0 >=dev-libs/glib-2.0 >=gnome-base/libglade-2.0 ${RDEPEND}" src_compile() { local myopt="--prefix=/usr" myopt="${myopts} `use_enable nls`" econf ${myopt} || die "configure failed" emake || die "make failed" } src_install() { einstall || die "make install failed" dodoc ABOUT-NLS AUTHORS BUGS NEWS README TODO }