diff options
Diffstat (limited to 'sci-biology/cbcanalyzer/cbcanalyzer-1.0.2.ebuild')
-rw-r--r-- | sci-biology/cbcanalyzer/cbcanalyzer-1.0.2.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/sci-biology/cbcanalyzer/cbcanalyzer-1.0.2.ebuild b/sci-biology/cbcanalyzer/cbcanalyzer-1.0.2.ebuild new file mode 100644 index 000000000000..cd3af4c55f86 --- /dev/null +++ b/sci-biology/cbcanalyzer/cbcanalyzer-1.0.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cbcanalyzer/cbcanalyzer-1.0.2.ebuild,v 1.1 2005/07/04 19:24:16 apokorny Exp $ + +DESCRIPTION="Creates phylogenetic trees measuring compensatory base changes" +HOMEPAGE="http://www.biozentrum.uni-wuerzburg.de/index.php?id=524" +SRC_URI="http://www.biozentrum.uni-wuerzburg.de/fileadmin/user_upload/bioinformatik/${P}.tar.gz" +LICENSE="GPL-2" + +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" + +DEPEND=">=x11-libs/wxGTK-2.4.2 + >=dev-libs/boost-1.32-r1" + + +# cbcanalyzer works with wxGTK-2.4/wxGTK-2.5 gtk1 gtk2 +# but only the non unicode versions + +src_install() { + make install DESTDIR=${D} || die +} + +pkg_postinst() { + einfo + einfo "To visualize trees you might want to install sci-biology/njplot" + einfo "and sci-biology/treeviewx." + einfo +} + |