Update sysutils/filelight to version 20.04.0
[dports.git] / sysutils / bareos16-client / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       bareos16
4 PKGNAMESUFFIX=  -client
5
6 COMMENT=        Backup archiving recovery open sourced (client)
7
8 BROKEN_aarch64= Fails to link: missing sbrk
9
10 CONFLICTS=      bareos-client-*
11
12 WITH_CLIENT_ONLY=yes
13 USE_RC_SUBR=    bareos-fd
14
15 PLIST=          ${PKGDIR}/pkg-plist.client
16 MASTERDIR=      ${.CURDIR}/../../sysutils/bareos16-server
17
18 OPTIONS_DEFINE= NLS PYTHON LMDB SCSICRYPTO
19 LMDB_DESC=      Enable build of LMDB support
20
21 .include "${MASTERDIR}/Makefile"