aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bareos17-client-static
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2019-05-09 18:17:13 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2019-05-09 18:17:13 +0000
commit29100ee7931076d4ee14901a3fa9dcc799b62ae1 (patch)
treea6597ce0aed604b569b6cb3dabc038dfa52f184f /sysutils/bareos17-client-static
parentf91e5463a5ec01bf97209158deaa17fb26d79f6e (diff)
downloadports-29100ee7931076d4ee14901a3fa9dcc799b62ae1.tar.gz
ports-29100ee7931076d4ee14901a3fa9dcc799b62ae1.zip
- Move sysutils/bareos-client-static to sysutils/bareos17-client-static
Notes
Notes: svn path=/head/; revision=501126
Diffstat (limited to 'sysutils/bareos17-client-static')
-rw-r--r--sysutils/bareos17-client-static/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/sysutils/bareos17-client-static/Makefile b/sysutils/bareos17-client-static/Makefile
new file mode 100644
index 000000000000..b6855572b9c5
--- /dev/null
+++ b/sysutils/bareos17-client-static/Makefile
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME= bareos17
+PKGNAMESUFFIX= -client-static
+
+COMMENT= Backup archiving recovery open sourced (static client)
+
+CONFLICTS= bareos16-client-static-*
+
+PLIST= ${.CURDIR}/pkg-plist
+MASTERDIR= ${.CURDIR}/../../sysutils/bareos17-server
+
+PLIST_FILES= sbin/bareos-fd-static \
+ sbin/bconsole-static
+
+OPTIONS_DEFINE= NLS LMDB
+LMDB_DESC= Enable build of LMDB support
+
+CONFIGURE_ARGS+= --enable-client-only \
+ --enable-static-fd \
+ --enable-static-cons \
+ --disable-libtool \
+ --disable-build-dird \
+ --disable-build-stored \
+ --with-jansson=${LOCALBASE}
+
+BROKEN_aarch64= Fails to link: missing sbrk
+
+.include "${MASTERDIR}/Makefile"