11 lines
188 B
Makefile
11 lines
188 B
Makefile
# Created by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../mpqc
|
|
|
|
PKGNAMESUFFIX= -mpich
|
|
|
|
WITH_MPICH= yes
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|