c38f2ffe95
NOTE: I am unsure of how stable this is. Please proceed with caution. Also coming in: * sysutils/bacula13-client * sysutils/bacula13-docs * net-mgmt/nagios-check_bacula13 Not present yet: sysutils/bacula13-client-static because of unknown build issues.
17 lines
378 B
Makefile
17 lines
378 B
Makefile
yPORTNAME= bacula
|
|
PKGNAMESUFFIX= 13-client
|
|
|
|
COMMENT= Network backup solution (client)
|
|
|
|
BROKEN_aarch64= Fails to link: missing sbrk
|
|
BROKEN_riscv64= Fails to link: missing sbrk
|
|
|
|
WITH_CLIENT_ONLY=yes
|
|
USE_RC_SUBR= bacula-fd
|
|
|
|
PLIST= ${PKGDIR}/pkg-plist.client
|
|
MASTERDIR= ${.CURDIR}/../../sysutils/bacula13-server
|
|
|
|
OPTIONS_DEFINE= NLS PYTHON IPV6
|
|
|
|
.include "${MASTERDIR}/Makefile"
|