# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit versionator DESCRIPTION="A compiler that generates a document from a mindmap using ideas linked by dependencies" HOMEPAGE="http://planfacile.xtrahost.org" SRC_URI="http://planfacile.xtrahost.org/download/PlanFacile-${PV/20/}.tar.gz" LICENSE="GPL-2" SLOT="0" IUSE="" KEYWORDS="x86" S="${WORKDIR}/PlanFacile-$(get_version_component_range 1-2)" DEPEND=">=sys-devel/bison-1.875d >=sys-devel/flex-2.5.31" RDEPEND="" src_compile() { econf || die "econf failed!" emake || die "emake failed!" } src_install() { einstall }