# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/mhgui/mhgui-0.1.ebuild,v 1.0 2007/03/20 Txukie $ DESCRIPTION="MakeHuman GUI" HOMEPAGE="http://www.daedalo-3d.com/" SRC_URI="mirror://sourceforge/makehuman/${P}.tar.gz" S=$WORKDIR/${P} LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND="media-libs/libpng virtual/glut media-gfx/animorph" DEPEND="${RDEPEND}" src_install() { make DESTDIR="${D}" install || die }