b122b4ae3a
log summaries for incoming and outgoing SMTP connections, and IMAP and POP3 activity. courier-analog can generate output in text or HTML format.
18 lines
388 B
Makefile
18 lines
388 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2007/01/03 12:56:13 adrianp Exp $
|
|
#
|
|
|
|
DISTNAME= courier-analog-0.13
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= adrianp@NetBSD.org
|
|
HOMEPAGE= http://courier.sourceforge.net/
|
|
COMMENT= Courier log analyzer
|
|
|
|
USE_TOOLS+= perl:run
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|