# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A widget library for OpenGL" HOMEPAGE="http://www.makehuman.org/" SRC_URI="mirror://sourceforge/makehuman/${P}.tar.gz" LICENSE="LGPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/glut >=media-libs/libpng-1.2.12 >=media-libs/animorph-0.2" S=${WORKDIR}/${P} src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" } src_install() { make DESTDIR=${D} install || die }