# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="CSSED a GTK2 application to help create and maintain CSS style sheets for web developing" HOMEPAGE="http://cssed.sourceforge.net/" SRC_URI="http://aleron.dl.sourceforge.net/sourceforge/cssed/cssed-pre0.1-1.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="X gnome gtk" DEPEND=">=x11-libs/gtk+-2" S=${WORKDIR}/cssed-pre0.1 src_compile() { econf || die emake || die } src_install() { einstall || die }