# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-chemistry/platon/platon-20100615.ebuild,v 1.1 2010/06/24 12:28:41 jlec Exp $ EAPI="3" inherit flag-o-matic fortran multilib toolchain-funcs FORTRAN="g77 gfortran" DESCRIPTION="Versatile, SHELX-97 compatible, multipurpose crystallographic tool" HOMEPAGE="http://www.cryst.chem.uu.nl/platon/" SRC_URI="${P}.tar.gz" LICENSE="free-noncomm" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="examples" # Can't do libf2c dependent on whether "${T}"/env.d newenvd "${T}"/env.d 50platon || die dodoc README.* || die if use examples; then insinto /usr/share/${PN} doins -r TEST || die fi }