freebsd-ports/sysutils/bacula-client/Makefile
Alexey Dokuchaev 3c8a36012b - Remove redundant definitions of IPV6_DESC and [OPEN]SSL_DESC when closely
matching standard ones from `Mk/bsd.options.desc.mk'
- Rename couple of options to standard name or the one that better reflects
  their usage
2016-11-14 03:15:03 +00:00

18 lines
341 B
Makefile

# $FreeBSD$
PORTNAME= bacula
PKGNAMESUFFIX= -client
COMMENT= Network backup solution (client)
WITH_CLIENT_ONLY=yes
USE_RC_SUBR= bacula-fd
PLIST= ${PKGDIR}/pkg-plist.client
MASTERDIR= ${.CURDIR}/../../sysutils/bacula-server
OPTIONS_DEFINE= NLS PYTHON IPV6
BROKEN_aarch64= Fails to link: missing sbrk
.include "${MASTERDIR}/Makefile"