# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/screem/screem-0.11.7.ebuild,v 1.4 2004/06/25 01:12:00 agriffis Exp $ IUSE="ssl zlib" inherit gnome2 #S=${WORKDIR}/${P} DESCRIPTION="SCREEM (Site CReating and Editing EnvironmenMent) is an integrated environment of the creation and maintenance of websites and pages" #SRC_URI="mirror://sourceforge/screem/${P}.tar.gz" SRC_URI="http://ovh.dl.sourceforge.net/sourceforge/screem/${P}.tar.gz" HOMEPAGE="http://www.screem.org" KEYWORDS="~x86 ~sparc ~ppc" SLOT="0" LICENSE="GPL-2" RDEPEND=">=gnome-base/libgnome-2.2.0 >=gnome-base/libgnomeui-2.6.0 >=dev-libs/libxml2-2.4.3 >=gnome-base/libglade-2.3.0 >=gnome-base/gconf-2.2.0 >=gnome-base/gnome-vfs-2.8.0 >=x11-libs/gtk+-2.4 >=dev-libs/glib-2.2 >=media-libs/gdk-pixbuf-0.22.0 >=gnome-base/libbonobo-2.2.0 >=gnome-base/libbonoboui-2.2.0 >=gnome-extra/libgtkhtml-2.2.0 >=gnome-base/libgnomeprint-2.2.0 >=gnome-base/libgnomeprintui-2.2.0 >=x11-libs/gtksourceview-0.3.0 >=dev-libs/libcroco-0.5 >=sys-apps/dbus-0.22 app-text/scrollkeeper sys-devel/gettext ssl? ( dev-libs/openssl ) zlib? ( sys-libs/zlib )" DEPEND="${RDEPEND} dev-util/pkgconfig >=x11-misc/shared-mime-info-0.14" G2CONF="${G2CONF} \ --with-ssl \ --without-zlib"