22d6c5c36e
This makes room for moosefs3-* and moosefs4-* ports. We do not want end users blindly upgrading moosefs across major and have issues or data loss. PR: 210306
14 lines
338 B
Makefile
14 lines
338 B
Makefile
# Created by: Jakub Kruszona-Zawadzki <acid@moosefs.com> ; Based on port created by: Chifeng Qu <chifeng@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -chunkserver
|
|
|
|
COMMENT= MooseFS data storage and synchronization component
|
|
|
|
LICENSE= GPLv2
|
|
|
|
MFS_COMPONENT= chunkserver
|
|
|
|
MASTERDIR= ${.CURDIR}/../moosefs2-master
|
|
|
|
.include "${MASTERDIR}/Makefile"
|