# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="\ Migrate estimates population parameters, effective population sizes and migration rates of n populations, using genetic data. It is a maximum likelihood estimator and uses a coalescent theory approach taking into account history of mutations and uncertainty of the genealogy." HOMEPAGE="http://evolution.genetics.washington.edu/lamarc/migrate.download.html" SRC_URI="ftp://evolution.genetics.washington.edu/pub/lamarc/migrate/${P}.src.tar.gz" LICENSE="Unknown" IUSE="" SLOT="0" KEYWORDS="~x86" DEPEND="" S=${WORKDIR}/${P}/ src_compile() { cd "${S}/src" || die econf || die emake thread || die } src_install() { dodir /usr/bin dodir /usr/man dodir /usr/man/man1 cd "${S}/src" || die einstall || die }