mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
cf118ccf87
Reported by: lwhsu
28 lines
629 B
Makefile
28 lines
629 B
Makefile
PORTNAME= bacula
|
|
PKGNAMESUFFIX= 11-client-static
|
|
|
|
COMMENT= Network backup solution (static client)
|
|
|
|
BROKEN_aarch64= Fails to link: missing sbrk
|
|
BROKEN_riscv64= Fails to link: missing sbrk
|
|
BROKEN_SSL= libressl
|
|
|
|
WITH_CLIENT_ONLY=yes
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
MASTERDIR= ${.CURDIR}/../../sysutils/bacula11-server
|
|
|
|
PLIST_FILES= sbin/bacula-fd-static \
|
|
sbin/bconsole-static
|
|
|
|
OPTIONS_DEFINE= NLS OPENSSL
|
|
OPTIONS_DEFAULT=OPENSSL
|
|
|
|
CONFIGURE_ARGS+= --enable-client-only \
|
|
--enable-static-fd \
|
|
--enable-static-cons \
|
|
--disable-libtool \
|
|
--disable-build-dird \
|
|
--disable-build-stored
|
|
|
|
.include "${MASTERDIR}/Makefile"
|