3c8a36012b
matching standard ones from `Mk/bsd.options.desc.mk' - Rename couple of options to standard name or the one that better reflects their usage
18 lines
341 B
Makefile
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"
|