The filenames now comply with the rc scripting recommendations and service jails options. Users may have to update any personal scripts they have which depend upon those rc.d script names. See UPDATING for 20240705 PR: 280137
15 lines
286 B
Makefile
15 lines
286 B
Makefile
PORTNAME= bacula
|
|
PKGNAMESUFFIX= 15-client
|
|
|
|
COMMENT= Network backup solution (client)
|
|
|
|
WITH_CLIENT_ONLY=yes
|
|
USE_RC_SUBR= bacula_fd
|
|
|
|
PLIST= ${PKGDIR}/pkg-plist.client
|
|
MASTERDIR= ${.CURDIR}/../../sysutils/bacula15-server
|
|
|
|
OPTIONS_DEFINE= NLS PYTHON IPV6
|
|
|
|
.include "${MASTERDIR}/Makefile"
|