mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
e73b692405
Fix building bat on 10 and head Allow packaging as a user
29 lines
611 B
Makefile
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"
|