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

20 lines
432 B
Makefile

# Created by: Alonso Cardenas <acm@FreeBSD.org>
# $FreeBSD$
PORTNAME= bareos
PORTREVISION= 2
PKGNAMESUFFIX= -client
COMMENT= Backup archiving recovery open sourced (client)
WITH_CLIENT_ONLY=yes
USE_RC_SUBR= bareos-fd
PLIST= ${PKGDIR}/pkg-plist.client
MASTERDIR= ${.CURDIR}/../../sysutils/bareos-server
OPTIONS_DEFINE= NLS PYTHON LMDB
OPTIONS_DEFAULT=#
LMDB_DESC= Enable build of LMDB support
.include "${MASTERDIR}/Makefile"