# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Fortran 90 Makefile dependency tool" HOMEPAGE="http://www.helsinki.fi/~eedelman/makedepf90.html" SRC_URI="http://www.helsinki.fi/~eedelman/makedepf90/${P}.tar.gz" KEYWORDS="~x86" SLOT="0" LICENSE="GPL-2" IUSE="" DEPEND="" src_compile() { econf || die "Configure failed." emake || die "Emake failed." } src_install() { einstall dodoc COPYING NEWS README }