1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/net-mgmt/check_logfiles/Makefile
Florian Smeets 58e4178fe5 Update 3.12
2020-09-17 21:30:41 +00:00

22 lines
546 B
Makefile

# $FreeBSD$
PORTNAME= check_logfiles
PORTVERSION= 3.12
CATEGORIES= net-mgmt
MASTER_SITES= https://labs.consol.de/assets/downloads/nagios/
MAINTAINER= flo@FreeBSD.org
COMMENT= Nagios plugin which scans log files for specific patterns
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
PLIST_FILES= libexec/nagios/check_logfiles
USES= autoreconf gmake perl5
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-trusted-path=/bin:/sbin:/usr/bin:/usr/sbin:${LOCALBASE}/bin:${LOCALBASE}/sbin \
--libexecdir=${PREFIX}/libexec/nagios
.include <bsd.port.mk>