# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="View Your Mind -- a mindmap tool" HOMEPAGE="http://http://www.insilmaril.de/vym/" SRC_URI="http://www.insilmaril.de/vym/download/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" #RDEPEND="" #S=${WORKDIR}/${P} src_compile() { emake || die "emake failed" } src_install() { into /usr dobin vym }