diff options
-rw-r--r-- | math/freefem/Makefile | 6 | ||||
-rw-r--r-- | math/freefem/distinfo | 2 | ||||
-rw-r--r-- | math/freefem/pkg-descr | 2 |
3 files changed, 4 insertions, 6 deletions
diff --git a/math/freefem/Makefile b/math/freefem/Makefile index 8a1b4de22048..812df331499e 100644 --- a/math/freefem/Makefile +++ b/math/freefem/Makefile @@ -8,16 +8,14 @@ DISTNAME= freefem-3.4 CATEGORIES= math cad -MASTER_SITES= http://www.asci.fr/~prudhomm/gfem-html/freefem/ +MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/Gamma/freefem/ -MAINTAINER= giffunip@asme.org +MAINTAINER= ports@FreeBSD.org USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-adapt --with-optimization -USE_ZIP= yes - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/freefem diff --git a/math/freefem/distinfo b/math/freefem/distinfo index 443393041c8c..5bd7a98889f1 100644 --- a/math/freefem/distinfo +++ b/math/freefem/distinfo @@ -1 +1 @@ -MD5 (freefem-3.4.zip) = 9166faf696380ec71e9ec53669139b9d +MD5 (freefem-3.4.tar.gz) = c79c5bc3b0c107c742f9e157a2af9aac diff --git a/math/freefem/pkg-descr b/math/freefem/pkg-descr index c6f091f73a6f..4314f9529f2a 100644 --- a/math/freefem/pkg-descr +++ b/math/freefem/pkg-descr @@ -5,4 +5,4 @@ Equations in 2 dimensions; it assumes a basic knowledge and understanding of the Finite Element Method and of the Operating System used. NUMERICA is not responsible for any errors or damage due to wrong results. -WWW: http://www.asci.fr/~prudhomm/gfem-html/ +WWW: http://kfem.sourceforge.net/ |