freebsd-ports/science/fvcom-mpi/Makefile
William Grzybowski fb94416977 science/fvcom-mpi: change prefix
- Change name of science/fvcom-mpi to fvcom-openmpi in order to leave room for ports using other MPI implementations, such as mpich2.
- Pass maintainership back (pending PR)

PR:		189092
Submitted by:	maintainer
2014-07-27 19:18:00 +00:00

18 lines
355 B
Makefile

# Created by: Jason Bacon <jwbacon@tds.net>
# $FreeBSD$
PORTREVISION= 3
PKGNAMESUFFIX= -openmpi
MPIPREFIX= mpi/openmpi/
MAINTAINER= jwbacon@tds.net
LIB_DEPENDS+= libmpi.so:${PORTSDIR}/net/openmpi
MASTERDIR= ${.CURDIR}/../fvcom
MAKE_ARGS+= FC=${LOCALBASE}/${MPIPREFIX}bin/mpif90 \
PORT_CPP_FLAGS+=-DMULTIPROCESSOR
.include "${MASTERDIR}/Makefile"