forked from Lainports/freebsd-ports
- bump PORTREVISION - add UPDATING entry - add an option to enable python support (both client and server need to be rebuilt with this) Dan's submission is based on: PR: 170882 Submitted by: Michael Carlson <mike@bayphoto.com> PR: 171818 Submitted by: Florian Ermisch <floh.edo@googlemail.com> PR: 177331 Submitted by: Dan Langille <dan@langille.org> (maintainer)
17 lines
326 B
Makefile
17 lines
326 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 OPENSSL PYTHON
|
|
OPTIONS_DEFAULT=NLS OPENSSL
|
|
|
|
.include "${MASTERDIR}/Makefile"
|