mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
10 lines
154 B
Makefile
10 lines
154 B
Makefile
# Created by: Thierry Thomas <thierry@pompo.net>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../mumps
|
|
|
|
WITH_MPI= yes
|
|
|
|
NO_STAGE= yes
|
|
.include "../mumps/Makefile"
|