# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.3.ebuild,v 1.3 2008/10/14 12:33:05 flameeyes Exp $ EAPI=1 inherit qt4 DESCRIPTION="Fraqtive is a KDE-based program for interactively drawing Mandelbrot and Julia fractals" HOMEPAGE="http://fraqtive.mimec.org/" SRC_URI="mirror://sourceforge/fraqtive/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="sse2" RDEPEND="|| ( ( x11-libs/qt-core x11-libs/qt-gui x11-libs/qt-opengl ) "${S}"/config.pri echo "PREFIX = /usr" >> "${S}"/config.pri } src_compile() { eqmake4 emake || die "make failed" } src_install() { make install INSTALL_ROOT="${D}" || die "install failed" }