aboutsummaryrefslogtreecommitdiff
path: root/math/petsc-mpich
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-12-06 13:28:27 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-12-06 13:28:27 +0000
commit7e87245213f5a0fc08ab2ff6823472309763fd69 (patch)
treeb630cfcd083eeebef213afae41e38a5e04111ab7 /math/petsc-mpich
parenta5211f30516af761c5e6340f8047b10678b4bf34 (diff)
downloadports-7e87245213f5a0fc08ab2ff6823472309763fd69.tar.gz
ports-7e87245213f5a0fc08ab2ff6823472309763fd69.zip
Notes
Diffstat (limited to 'math/petsc-mpich')
-rw-r--r--math/petsc-mpich/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/math/petsc-mpich/Makefile b/math/petsc-mpich/Makefile
new file mode 100644
index 000000000000..e5324438213a
--- /dev/null
+++ b/math/petsc-mpich/Makefile
@@ -0,0 +1,12 @@
+# New ports collection makefile for: petsc-mpich
+# Date created: 6 Dec 2004
+# Whom: Thierry Thomas <thierry@pompo.net>
+#
+# $FreeBSD$
+#
+
+MASTERDIR= ${.CURDIR}/../petsc
+
+WITH_MPI= yes
+
+.include "${MASTERDIR}/Makefile"