freebsd-ports/science/mpqc-mpich/Makefile
Maho Nakata f7e89e5ee1 Unbreak by clean-ups.
For unbreak:
a) location of .include "${.CURDIR}/../mpqc/Makefile"
   is just after the BUILD_DEPENDS to avoid override.

For clean-ups:
1) ${F77}->${FC}
2) Use ${LOCALBASE} for CONFIGURE_ARGS for mpqc-mpich
3) ${MASTERDIR}/files -> ${FILESDIR}
4) remove LIB_DEPENDS for mpqc-mpich (redundant)

Reported by:	bento's log
Reviewed by:	okazaki and sf
2003-07-27 07:31:27 +00:00

20 lines
540 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
BUILD_DEPENDS= ${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich
.include "${.CURDIR}/../mpqc/Makefile"
# 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