mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
12 lines
188 B
Makefile
12 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"
|