# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Header $ 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" IUSE="nls" SLOT="0" KEYWORDS="x86" DEPEND="virtual/glibc" RDEPEN="net-dialup/gnokii-0.6.0 " src_compile() { local myopt use nls || myopt="--disable-nls" ./configure --prefix=${D}/usr ${myopt} || die } src_install() { make ${D} install dodoc ABOUT-NLS AUTHORS BUGS COPYING INSTALL NEWS README TODO }