blob: 7a629d4c1fb1cb3c0b7e5c63c1d65e50c8e7352f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
PORTNAME= bareos
PKGNAMESUFFIX= 17-client-static
COMMENT= Backup archiving recovery open sourced (static client)
BROKEN_aarch64= Fails to link: missing sbrk
BROKEN_riscv64= Fails to link: missing sbrk
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}
.include "${MASTERDIR}/Makefile"
|