freebsd-ports/sysutils/bareos16-client-static/Makefile
Jose Alonso Cardenas Marquez 106fca1d9d - Update to 16.2.8
2018-11-21 20:20:41 +00:00

29 lines
650 B
Makefile

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