# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/app-sci/phylip/phylip-3.5.ebuild,v 1.4 2003/09/11 01:02:54 msterret Exp $ DESCRIPTION="PHYLIP (the PHYLogeny Inference Package) is a package of programs for inferring phylogenies." HOMEPAGE="http://evolution.genetics.washington.edu/phylip.html" SRC_URI="ftp://evolution.genetics.washington.edu/pub/phylip/${PN}.tar.Z" LICENSE="freedist" SLOT="3.5" KEYWORDS="x86" IUSE="" DEPEND="" S=${WORKDIR} src_compile() { # uses only makefile. EXTRA_EMAKE="-e ${CFLAGS}" emake || die } src_install() { insinto /etc/env.d newins ${FILESDIR}/24phylip-${PV} 24phylip DESTTREE=/usr/phylip/${PV} dobin clique consense contml contrast dnacomp dnadist dnainvar dobin dnaml dnamlk dnamove dnapars dnapenny dollop dolmove dolpenny dobin drawgram drawtree factor fitch gendist kitsch mix move neighbor dobin penny protdist protpars restml retree seqboot dodoc README *.doc }