mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
6f9976b233
scientific processing, MPI version.
12 lines
229 B
Makefile
12 lines
229 B
Makefile
# 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"
|