22 lines
565 B
Makefile
22 lines
565 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= check_logfiles
|
|
PORTVERSION= 3.8.1.4
|
|
PORTREVISION= 1
|
|
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>
|