# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="mozilla-bonobo is a netscape-compatible browser plugin which allows your browser to use bonobo controls to display supported mime types." HOMEPAGE="http://www.nongnu.org/moz-bonobo/" SRC_URI="http://savannah.nongnu.org/download/moz-bonobo/mozilla-bonobo-0.4.0.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="gnome" DEPEND=">=libbonobo-2.2.3" src_compile(){ ./configure \ --host=${CHOST} \ --prefix=${D}/usr \ --infodir=${D}/usr/share/info \ --mandir=${D}/usr/share/man \ --with-plugin-install-dir=${D}/usr/lib/nsbrowser/plugins \ || die "./configure failed" emake || die } src_install(){ export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1" einstall || die unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL }