freebsd-ports/science/fvcom-mpi/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

15 lines
287 B
Makefile

PORTREVISION= 15
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"