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
This commit is contained in:
William Grzybowski 2014-07-27 19:18:00 +00:00
parent 2eeac84426
commit fb94416977
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363094

View File

@ -2,15 +2,17 @@
# $FreeBSD$
PORTREVISION= 3
PKGNAMESUFFIX= -mpi
PKGNAMESUFFIX= -openmpi
MAINTAINER= ports@FreeBSD.org
MPIPREFIX= mpi/openmpi/
MAINTAINER= jwbacon@tds.net
LIB_DEPENDS+= libmpi.so:${PORTSDIR}/net/openmpi
MASTERDIR= ${.CURDIR}/../fvcom
MAKE_ARGS+= FC=${LOCALBASE}/mpi/openmpi/bin/mpif90 \
MAKE_ARGS+= FC=${LOCALBASE}/${MPIPREFIX}bin/mpif90 \
PORT_CPP_FLAGS+=-DMULTIPROCESSOR
.include "${MASTERDIR}/Makefile"