# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/app-editors/cssed/cssed-0.2.0.ebuild,v 1.2 2004/04/23 13:32:04 stuart Exp $ DESCRIPTION="CSSED a GTK2 application to help create and maintain CSS style sheets for web developing" HOMEPAGE="http://cssed.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="X gnome gtk" DEPEND=">=x11-libs/gtk+-2 >=dev-libs/atk-1.4.0 >=dev-libs/glib-2.2.3 >=media-libs/fontconfig-2.2.0-r2 x11-base/xfree >=x11-libs/pango-1.2.1-r1" S=${WORKDIR}/cssed-0.2.0 src_compile() { ./autogen.sh --prefix=/usr emake || die } src_install() { einstall || die }