freebsd-ports/mail/pflogsumm/Makefile
Yen-Ming Lee 52ffea5edb vendor update to 1.0.10:
Re-worked "% rejected" calculation to include messages discarded
  and added "% discarded" calculation/display.

Noticed by: Christian Laursen <xi@borderworlds.dk>

PR:		48526
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-02-21 18:05:11 +00:00

36 lines
911 B
Makefile

# New ports collection makefile for: pflogsumm
# Date created: 13 April 2001
# Whom: Sergey Osokin aka oZZ <ports@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pflogsumm
PORTVERSION= 1.0.10
PORTEPOCH= 1
CATEGORIES= mail
MASTER_SITES= http://jimsun.LinxNet.com/downloads/ \
ftp://jimsun.LinxNet.com/pub/postfix_contrib/
MAINTAINER= erwin@lansing.dk
COMMENT= Postfix Log Entry Summarizer
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc
NO_BUILD= yes
USE_PERL5= yes
MAN1= pflogsumm.1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \
${PREFIX}/bin/${PORTNAME}
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/pflogsumm
.for i in README ToDo pflogsumm-faq.txt
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/pflogsumm
.endfor
.endif
.include <bsd.port.mk>