opnsense-ports/sysutils/bareos-client-static/Makefile
Franco Fichtner 5fbe6ec4d3 */*: sync with upstream
Taken from: FreeBSD
2016-02-02 03:30:37 +01:00

29 lines
649 B
Makefile

# Created by: Alonso Cardenas <acm@FreeBSD.org>
# $FreeBSD$
PORTNAME= bareos
PORTREVISION= 0
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}
.include "${MASTERDIR}/Makefile"