# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Maximum likelihood analysis for nucleotide, amino acid, and two-state data" HOMEPAGE="http://www.tree-puzzle.de/" SRC_URI="http://www.tree-puzzle.de/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" src_compile() { econf || die emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die dodoc AUTHORS ChangeLog COPYING README dohtml doc/{*.html,*.gif} docinto pdf dodoc doc/*.pdf insinto /usr/share/${PN} doins data/{*.3trees,*.a,*.b,*.phy,*.n} doc/{*.png,*.eps} }