# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-21.3.50.ebuild,v 1.12 2003/06/27 20:10:52 mkennedy Exp $ IUSE="X gtk2 gnome" DESCRIPTION="tsemgr is a gtk app to manage a SonyEricsson T68m/i mobile phone." HOMEPAGE="http://tsemgr.sf.net" SRC_URI="mirror://sourceforge/tsemgr/${P}.tar.gz" DEPEND="dev-libs/libezV24" SLOT="0" LICENSE="GPL" KEYWORDS="x86 ppc sparc" src_compile () { econf --with-ezV24 --with-bluetooth emake || die "make failed" } src_install () { emake DESTDIR=${D} install || die "install failed" dodoc AUTHORS README }