# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 DESCRIPTION="SCREEM (Site CReating and Editing EnvironmenMent) is an integrated environment of the creation and maintenance of websites and pages" HOMEPAGE="http://www.screem.org/" SRC_URI="mirror://sourceforge/screem/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~sparc ~ppc ~amd64" IUSE="doc ssl zlib" RDEPEND=">=dev-libs/glib-2.4 >=x11-libs/gtk+-2.4 >=dev-libs/libxml2-2.4.3 >=gnome-base/libglade-2.3 >=gnome-base/gconf-2.2 >=gnome-base/gnome-vfs-2.8 >=gnome-base/libbonobo-2.2 >=gnome-base/libbonoboui-2.2 >=gnome-base/libgnome-2.2 >=gnome-base/libgnomeui-2.6 =gnome-extra/libgtkhtml-2* >=gnome-base/libgnomeprint-2.2 >=gnome-base/libgnomeprintui-2.2 >=x11-libs/gtksourceview-0.3.0 !sparc? ( >=sys-apps/dbus-0.22 ) ssl? ( dev-libs/openssl ) zlib? ( sys-libs/zlib )" DEPEND="${RDEPEND} >=app-text/scrollkeeper-0.1.1 >=dev-util/intltool-0.29 dev-util/pkgconfig >=x11-misc/shared-mime-info-0.14" G2CONF="${G2CONF} --disable-update-mime --disable-update-desktop \ --disable-schemas-install $(use_with ssl) $(use_with zlib)" DOCS="AUTHORS BUGS ChangeLog NEWS README TODO" USE_DESTDIR="1"