freebsd-ports/net-mgmt/nagios-check_bacula/Makefile
Mathieu Arnold 8eb3dd2ea7 Fails to build with CCACHE on 11:
ccache: error: Failed to create directory /nonexistent/.ccache/tmp: Permission denied

Sponsored by:	Absolight
2016-08-22 16:00:00 +00:00

31 lines
622 B
Makefile

# Created by: Anders Troback
# $FreeBSD$
PORTNAME= bacula
PORTREVISION= 3
CATEGORIES= net-mgmt
PKGNAMEPREFIX= nagios-check_
PKGNAMESUFFIX= #
MAINTAINER= freebsd@troback.com
COMMENT= Nagios plugin for Bacula
LIB_DEPENDS+= libbac.so:sysutils/bacula-client
PLIST= ${.CURDIR}/pkg-plist
PLIST_FILES= libexec/nagios/check_bacula
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= #
OPTIONS_DEFAULT=#
NO_CCACHE= yes
.include "${MASTERDIR}/Makefile"