# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="FreeFem++ is an implementation of a language dedicated to the finite element method. It provides you a way to solve Partial Differential Equations (PDE) simply." HOMEPAGE="http://www.ann.jussieu.fr/~hecht/freefem++.htm" SRC_URI="ftp://ftp.inria.fr/INRIA/Projects/Gamma/freefem/FreeFem++v${PV}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/glibc" #RDEPEND="" S=${WORKDIR}/${P} src_compile() { # econf || die make HOSTTYPE=linux-noarpack || die } src_install() { #FIXME Makefile must be modified here einstall || die }