mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
ca3dd59796
- Switch to options helpers and OPTIONS_SLAVE - Sort plist - Fix stage-qa for mpqc-mpich
11 lines
179 B
Makefile
11 lines
179 B
Makefile
# Created by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../mpqc
|
|
|
|
PKGNAMESUFFIX= -mpich
|
|
|
|
OPTIONS_SLAVE= MPICH
|
|
|
|
.include "${MASTERDIR}/Makefile"
|