aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bareos17-client
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2019-05-09 18:04:39 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2019-05-09 18:04:39 +0000
commitf91e5463a5ec01bf97209158deaa17fb26d79f6e (patch)
treecb20595421c6e8310421d71796399bc81eed9785 /sysutils/bareos17-client
parentfa2930e8d9358403cd0ead9866e9c95aceffe806 (diff)
downloadports-f91e5463a5ec01bf97209158deaa17fb26d79f6e.tar.gz
ports-f91e5463a5ec01bf97209158deaa17fb26d79f6e.zip
Notes
Diffstat (limited to 'sysutils/bareos17-client')
-rw-r--r--sysutils/bareos17-client/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/bareos17-client/Makefile b/sysutils/bareos17-client/Makefile
new file mode 100644
index 000000000000..abd7a14cfc99
--- /dev/null
+++ b/sysutils/bareos17-client/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= bareos
+PKGNAMESUFFIX= -client
+
+COMMENT= Backup archiving recovery open sourced (client)
+
+BROKEN_aarch64= Fails to link: missing sbrk
+
+CONFLICTS= bareos16-client-* bareos-client-*
+
+WITH_CLIENT_ONLY=yes
+USE_RC_SUBR= bareos-fd
+
+PLIST= ${PKGDIR}/pkg-plist.client
+MASTERDIR= ${.CURDIR}/../../sysutils/bareos17-server
+
+OPTIONS_DEFINE= NLS PYTHON LMDB SCSICRYPTO
+LMDB_DESC= Enable build of LMDB support
+
+.include "${MASTERDIR}/Makefile"