diff options
Diffstat (limited to 'math/mumps-mpich/Makefile')
-rw-r--r-- | math/mumps-mpich/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/mumps-mpich/Makefile b/math/mumps-mpich/Makefile new file mode 100644 index 000000000000..1035990503c8 --- /dev/null +++ b/math/mumps-mpich/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: mumps-mpich +# Date created: 23 Jul 2006 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../mumps + +WITH_MPI= yes + +.include "${MASTERDIR}/Makefile" |