freebsd-ports/sysutils/bareos-client-static/Makefile
Jose Alonso Cardenas Marquez 906b2065e8 - Fix start when /var/run is on TMPFS
- Bump PORTREVISION

PR:		212282
Submitted by:	O. Hartmann ohartmann (_at_) walstatt.org
2016-11-21 20:59:10 +00:00

30 lines
693 B
Makefile

# Created by: Alonso Cardenas <acm@FreeBSD.org>
# $FreeBSD$
PORTNAME= bareos
PORTREVISION= 1
PKGNAMESUFFIX= -client-static
COMMENT= Backup archiving recovery open sourced (static client)
PLIST= ${.CURDIR}/pkg-plist
MASTERDIR= ${.CURDIR}/../../sysutils/bareos-server
PLIST_FILES= sbin/bareos-fd-static \
sbin/bconsole-static
OPTIONS_DEFINE= NLS LMDB
OPTIONS_DEFAULT=#
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"