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"
|