# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Bist is a chemical drawing tool using 2D structures" HOMEPAGE="http://linux.softpedia.com/get/Science-and-Engineering/Chemistry/Bist-10290.shtml" SRC_URI="http://www.autistici.org/interzona//sections/06_Download/bist-0.4.7.tar.bz2" RESTRICT="nomirror" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="plugins" DEPEND=">=sys-devel/gcc-4.2 >=x11-libs/fltk-1.1.7 >=sci-chemistry/openbabel-2.0.2 net-misc/curl media-libs/plotutils dev-libs/expat sci-libs/gsl" src_compile() { econf || die "econf failed !" emake || die "emake failed !" } src_install() { dobin "bist" doman "doc/man/${PN}.1" dodoc AUTHORS BUGS README }