1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/science/fvcom-mpi/Makefile
2019-08-31 17:11:57 +00:00

18 lines
300 B
Makefile

# $FreeBSD$
PORTREVISION= 14
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"