1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/sysutils/log_analysis/Makefile
Pete Fritchman 707bd77579 - update to 0.42
- use ${EXAMPLESDIR}/%%EXAMPLESDIR%%
 - install documentation
2003-12-21 18:02:35 +00:00

32 lines
661 B
Makefile

# New ports collection makefile for: log_analysis
# Date created: 5 July 2001
# Whom: petef@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= log_analysis
PORTVERSION= 0.42
CATEGORIES= sysutils
MASTER_SITES= http://lug.umbc.edu/~mabzug1/
MAINTAINER= petef@FreeBSD.org
COMMENT= A utility that extracts a summary of useful data from logs
USE_PERL5= yes
GNU_CONFIGURE= yes
MAN1= log_analysis.1
post-install:
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/doc/sample-* ${EXAMPLESDIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/Tutorial ${DOCSDIR}
.endif
.include <bsd.port.mk>