diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-04-02 21:14:49 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-04-02 21:14:49 +0000 |
commit | 6f9976b233fb532348ae15bcc4cb84174f2e1458 (patch) | |
tree | 1f427926ed773787769d75e76d246eb7900fe137 /math/freemat-mpi | |
parent | 844d82cdd881ab67e4245fe492c3bf7d99ac7c76 (diff) | |
download | ports-6f9976b233fb532348ae15bcc4cb84174f2e1458.tar.gz ports-6f9976b233fb532348ae15bcc4cb84174f2e1458.zip |
Notes
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" |