freebsd-ports/sysutils/bareos-client/Makefile
Jose Alonso Cardenas Marquez 6fe9697b06 - Update to 17.2.7
- Add bareos-dir reload into rc script
- Fix default configuration path
- Some another modifications

PR:		231551 221593 230123
Submitted by:	rand __at__ iteris.com, hsn __at__ sendmail.cz
2018-11-20 21:49:17 +00:00

21 lines
436 B
Makefile

# $FreeBSD$
PORTNAME= bareos
PKGNAMESUFFIX= -client
COMMENT= Backup archiving recovery open sourced (client)
BROKEN_aarch64= Fails to link: missing sbrk
CONFLICTS= bareos16-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 SCSICRYPTO
LMDB_DESC= Enable build of LMDB support
.include "${MASTERDIR}/Makefile"