f91e5463a5
latest version - Fix bareos17-server build [1] - Fix installation of sample files - Bump PORTREVISION PR: 230456 237165 Reported by: ohartmann at walstatt.org [1], okrg at ukr.net [1]
21 lines
454 B
Makefile
21 lines
454 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bareos
|
|
PKGNAMESUFFIX= -client
|
|
|
|
COMMENT= Backup archiving recovery open sourced (client)
|
|
|
|
BROKEN_aarch64= Fails to link: missing sbrk
|
|
|
|
CONFLICTS= bareos16-client-* bareos-client-*
|
|
|
|
WITH_CLIENT_ONLY=yes
|
|
USE_RC_SUBR= bareos-fd
|
|
|
|
PLIST= ${PKGDIR}/pkg-plist.client
|
|
MASTERDIR= ${.CURDIR}/../../sysutils/bareos17-server
|
|
|
|
OPTIONS_DEFINE= NLS PYTHON LMDB SCSICRYPTO
|
|
LMDB_DESC= Enable build of LMDB support
|
|
|
|
.include "${MASTERDIR}/Makefile"
|