mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
13 lines
223 B
Makefile
13 lines
223 B
Makefile
# New ports collection makefile for: petsc-mpich
|
|
# Date created: 6 Dec 2004
|
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../petsc
|
|
|
|
WITH_MPI= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|