diff options
Diffstat (limited to 'math/freemat-mpi')
-rw-r--r-- | math/freemat-mpi/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/freemat-mpi/Makefile b/math/freemat-mpi/Makefile new file mode 100644 index 000000000000..9d2cd895aa32 --- /dev/null +++ b/math/freemat-mpi/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: freemat-mpi +# Date created: 28 March 2005 +# Whom: Thierry Thomas <thierry@FreeBSD.org> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../freemat +WITH_MPI= yes + +.include "${MASTERDIR}/Makefile" |