freebsd-ports/sysutils/bareos-client/Makefile
Jose Alonso Cardenas Marquez af6fbfb952 - Import chio-bareos
- Fix perl path into mtx-changer
- Add/modify CONFLICTS
- Add GNUTLS option
- Few other modifications

PR:		225119 225908 227318
2018-05-18 19:00:37 +00:00

22 lines
452 B
Makefile

# $FreeBSD$
PORTNAME= bareos
PORTREVISION= 1
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"