freebsd-ports/sysutils/bareos-client-static/Makefile
Jose Alonso Cardenas Marquez 6fe9697b06 - Update to 17.2.7
- Add bareos-dir reload into rc script
- Fix default configuration path
- Some another modifications

PR:		231551 221593 230123
Submitted by:	rand __at__ iteris.com, hsn __at__ sendmail.cz
2018-11-20 21:49:17 +00:00

30 lines
648 B
Makefile

# $FreeBSD$
PORTNAME= bareos
PKGNAMESUFFIX= -client-static
COMMENT= Backup archiving recovery open sourced (static client)
CONFLICTS= bareos16-client-static-*
PLIST= ${.CURDIR}/pkg-plist
MASTERDIR= ${.CURDIR}/../../sysutils/bareos-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"