aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bareos18-client
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2020-12-15 07:01:53 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2020-12-15 07:01:53 +0000
commitb0aef401c643f44ed05531648afa955563279e4b (patch)
tree329f3caa185735f5c4063c2b749a8266411e5083 /sysutils/bareos18-client
parent349da7e678194d99b462d03381a76caa1f96afe1 (diff)
downloadports-b0aef401c643f44ed05531648afa955563279e4b.tar.gz
ports-b0aef401c643f44ed05531648afa955563279e4b.zip
- Update 18.2.10
- Add CEPHFS, GFAPI and RADOS options - Add PERL5 like a run dependency
Notes
Notes: svn path=/head/; revision=558146
Diffstat (limited to 'sysutils/bareos18-client')
-rw-r--r--sysutils/bareos18-client/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/bareos18-client/Makefile b/sysutils/bareos18-client/Makefile
index 7c3e9a2bd4bc..e0c57076fabf 100644
--- a/sysutils/bareos18-client/Makefile
+++ b/sysutils/bareos18-client/Makefile
@@ -15,7 +15,13 @@ USE_RC_SUBR= bareos-fd
PLIST= ${PKGDIR}/pkg-plist.client
MASTERDIR= ${.CURDIR}/../../sysutils/bareos18-server
+OPTIONS_GROUP= PLUGINS
+OPTIONS_GROUP_PLUGINS= CEPHFS GFAPI RADOS
OPTIONS_DEFINE= NLS PYTHON LMDB SCSICRYPTO
+
+CEPHFS_DESC= CEPHFS fd plugin support
+GFAPI_DESC= GFAPI fd plugin support
+RADOS_DESC= RADOS fd plugin support
LMDB_DESC= Enable build of LMDB support
.include "${MASTERDIR}/Makefile"