# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="An interactive generative art application" HOMEPAGE="http://www.bottlenose.demon.co.uk/share/evolvotron/index.htm" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="=x11-libs/qt-3*" S=${WORKDIR}/${PN} src_compile() { # This uses portage's flags instead of the default evolvotron flags. cp -f ${FILESDIR}/evolvotron-common.pro ${S}/common.pro echo "QMAKE_CXXFLAGS_RELEASE += ${CXXFLAGS}" >> ${S}/common.pro ./configure || die emake || die } src_install() { make INSTALL_ROOT=${D} install || die dodoc README TODO }