freebsd-ports/science/fvcom-mpi/Makefile
Tobias Kortkamp ae22a7846a
*: Clean up some things
- Fix typos
- Fix overwritten variables with focus on master/slave ports
- Remove unreferenced variables
- Sort categories
- Remove redundant option descriptions
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
2021-10-12 17:01:38 +02:00

13 lines
258 B
Makefile

PORTREVISION= 15
PKGNAMESUFFIX= -openmpi
MPIPREFIX= mpi/openmpi/
LIB_DEPENDS+= libmpi.so:net/openmpi
MASTERDIR= ${.CURDIR}/../fvcom
MAKE_ARGS+= FC=${LOCALBASE}/${MPIPREFIX}bin/mpif90 \
PORT_CPP_FLAGS+=-DMULTIPROCESSOR
.include "${MASTERDIR}/Makefile"