edf44a2d39
MooseFS Distributed Storage – Open Source, Petabyte, Fault-Tolerant, Highly Performing, Scalable Network Distributed File System / Software-Defined Storage. Official site: https://moosefs.com/ Source repository: https://github.com/moosefs/moosefs/ Documentation: https://docs.moosefs.com/ PR: 289966 Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
11 lines
185 B
Makefile
11 lines
185 B
Makefile
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -${MFS_COMPONENT}
|
|
|
|
COMMENT= MooseFS command line interface
|
|
|
|
MFS_COMPONENT= cli
|
|
|
|
MASTERDIR= ${.CURDIR}/../moosefs-master
|
|
|
|
.include "${MASTERDIR}/Makefile"
|