mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
18 lines
354 B
Makefile
18 lines
354 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
|
|
|
|
DEPRECATED= BROKEN for more than 6 month
|
|
EXPIRATION_DATE= 2012-07-14
|
|
|
|
BROKEN= filesystem was touched prior to make install phase
|
|
|
|
.include "${MASTERDIR}/Makefile"
|