mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
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
15 lines
302 B
Makefile
15 lines
302 B
Makefile
# Created by: Jakub Kruszona-Zawadzki <acid@moosefs.com> ; Based on port created by: Chifeng Qu <chifeng@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -cli
|
|
|
|
COMMENT= MooseFS command line interface
|
|
|
|
LICENSE= GPLv2
|
|
|
|
MFS_COMPONENT= cli
|
|
|
|
MASTERDIR= ${.CURDIR}/../moosefs2-master
|
|
|
|
.include "${MASTERDIR}/Makefile"
|