dfd5092def
log_analysis is a log file analysis engine that extracts relevant data for any of the recognized log messages and produces a summary that is much easier to read. PR: 28711 Submitted by: Pete Fritchman <petef@databits.net>
31 lines
670 B
Makefile
31 lines
670 B
Makefile
# New ports collection makefile for: log_analysis
|
|
# Date created: 5 July 2001
|
|
# Whom: petef@databits.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= log_analysis
|
|
PORTVERSION= 0.37
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://linux.umbc.edu/~mabzug1/
|
|
|
|
MAINTAINER= petef@databits.net
|
|
|
|
USE_PERL5= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= log_analysis.1
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e 's!perldoc!pod2man!' ${WRKSRC}/Makefile.in
|
|
|
|
post-install:
|
|
@${MKDIR} ${PREFIX}/share/examples/log_analysis
|
|
${INSTALL_DATA} ${WRKSRC}/doc/sample-new.conf \
|
|
${PREFIX}/share/examples/log_analysis
|
|
${INSTALL_DATA} ${WRKSRC}/doc/sample-qpopper.conf \
|
|
${PREFIX}/share/examples/log_analysis
|
|
|
|
.include <bsd.port.mk>
|