9a5c27ecff
- now bacula-docs just installs pdf files - add bacula-server/Makefile.common with -bat, -client-static and nagios_check- stuff (another bacula slave ports can use it too) - remove pkg-plist from bacula-bat and nagios-check_bacula - now bacula-server, bacula-bat and nagios-check_bacula depend of bacula-client. It avoids some conflicts when we want to install all bacula ports in the same system - remove the OPTION to install static version of bacula-client. Now it is a new port - few other minor changes while here: - trim Makefile headers - remove indefinite articles in COMMENT - convert to optionsng PR: 167700 Submitted by: acm (original patch), Dan Langille <dan@langille.org> (maintainer)
26 lines
548 B
Makefile
26 lines
548 B
Makefile
# Created by: Anders Troback
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bacula
|
|
CATEGORIES= net-mgmt
|
|
PKGNAMEPREFIX= nagios-check_
|
|
PKGNAMESUFFIX= #
|
|
|
|
MAINTAINER= freebsd@troback.com
|
|
COMMENT= Nagios plugin for Bacula
|
|
|
|
LIB_DEPENDS+= bac:${PORTSDIR}/sysutils/bacula-client
|
|
UNIQUENAME= ${PKGNAMEPREFIX}${PORTNAME}
|
|
|
|
WITH_NAGIOS_CHECK_ONLY= yes
|
|
MASTERDIR= ${.CURDIR}/../../sysutils/bacula-server
|
|
|
|
CONFIGURE_ARGS= --enable-client-only \
|
|
--disable-build-dird \
|
|
--disable-build-stored \
|
|
--disable-nls \
|
|
--disable-xatt
|
|
|
|
OPTIONS_DEFINE= #
|
|
|
|
.include "${MASTERDIR}/Makefile"
|