# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A free implementation of OpenGL Character Renderer with support for FreeType and unicode" HOMEPAGE="http://quesoglc.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="X" DEPEND="virtual/opengl media-libs/fontconfig media-libs/freetype" RDEPEND="${DEPEND}" src_compile() { econf "$(use_with X x)" || die "configure failed" emake || die "compile failed" } src_install() { dodir /usr make install DESTDIR=${D} || die "Installation failed" }