1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/science/mpqc-mpich/Makefile
Maho Nakata 223ed1f08f USE MASTERDIR when include Makefile
PR:	63730
Submitted by:  Mark Linimon <linimon@FreeBSD.org>
Suggestion by: Masafumi Otsune <info@otsune.com>
2004-03-07 22:46:42 +00:00

21 lines
535 B
Makefile

# New ports collection makefile for: mpqc-mpich
# Date created: 27 April 2001
# Whom: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../mpqc/
PKGNAMESUFFIX= -mpich
.include "${MASTERDIR}/Makefile"
BUILD_DEPENDS+= ${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich
# MPICH implimentation is not thread safe
CONFIGURE_ARGS+= --with-libdirs="-L${LOCALBASE}/lib -L${LOCALBASE}/mpich/lib" \
--with-include="-I${LOCALBASE}/mpich/include" \
--enable-always-use-mpi \
--enable-threads=no