blob: 01339edfe7ca402d2acf4c525ad72c7be537fd5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= bareos
PKGNAMESUFFIX= 17-client
COMMENT= Backup archiving recovery open sourced (client)
BROKEN_aarch64= Fails to link: missing sbrk
BROKEN_riscv64= 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"
|