1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/net-mgmt/nagios-check_bacula/Makefile
Baptiste Daroussin e73b692405 Stage bacula
Fix building bat on 10 and head
Allow packaging as a user
2014-07-02 16:14:10 +00:00

29 lines
611 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+= libbac.so:${PORTSDIR}/sysutils/bacula-client
PLIST= ${.CURDIR}/pkg-plist
PLIST_FILES= libexec/nagios/check_bacula
PLIST_DIRS= libexec/nagios
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"