Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org Remove Created by comments for same user Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D14128
17 lines
300 B
Makefile
17 lines
300 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 10
|
|
PKGNAMESUFFIX= -openmpi
|
|
|
|
MPIPREFIX= mpi/openmpi/
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
|
|
LIB_DEPENDS+= libmpi.so:net/openmpi
|
|
|
|
MASTERDIR= ${.CURDIR}/../fvcom
|
|
|
|
MAKE_ARGS+= FC=${LOCALBASE}/${MPIPREFIX}bin/mpif90 \
|
|
PORT_CPP_FLAGS+=-DMULTIPROCESSOR
|
|
|
|
.include "${MASTERDIR}/Makefile"
|