blob: c7064a8b71ec70fb28fa6b8b246dfc80b59019a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= check_logfiles
PORTVERSION= 3.13
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>
|