# 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 $ ECVS_SERVER="cvs.sourceforge.net:/cvsroot/tsemgr" ECVS_MODULE="tsemgr" inherit cvs IUSE="X gtk2 gnome" S=${WORKDIR}/${ECVS_MODULE} DESCRIPTION="tsemgr is a gtk app to manage a SonyEricsson T68m/i mobile phone." HOMEPAGE="http://tsemgr.sf.net" DEPEND="dev-libs/libezV24" SLOT="0" LICENSE="GPL" KEYWORDS="x86 ppc sparc" src_compile () { dosed "s,#LDFLAGS+=-lbluetooth,LDFLAGS+=-lbluetooth," Makefile dosed "s,#CFLAGS+=-D__HAVE_BLUETOOTH__,CFLAGS+=-D__HAVE_BLUETOOTH__," Makefile emake } src_install () { into /usr dobin tsemgr dodoc AUTHORS README }