freebsd-ports/sysutils/bareos-client/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

22 lines
488 B
Makefile

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