# Created by: ofsen@enderunix.org
# $FreeBSD: tags/RELEASE_10_0_0/mail/isoqlog/Makefile 327742 2013-09-20 19:59:12Z bapt $

PORTNAME=	isoqlog
PORTVERSION=	2.2.1
PORTREVISION=	1
CATEGORIES=	mail
MASTER_SITES=	http://www.enderunix.org/isoqlog/ \
		http://www.trunix.org/projeler/isoqlog/ \
		http://www.acikkod.org/softwares/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A qmail, postfix, sendmail, exim MTA log analysis program

GNU_CONFIGURE=	yes
USE_GMAKE=	yes

SUB_FILES=	pkg-message

NO_STAGE=	yes
.include <bsd.port.pre.mk>

.ifdef NOPORTDOCS
post-patch:
	@${REINPLACE_CMD} -e '/install-data-am:/s/install-${PORTNAME}_docDATA//' \
			-e '/SUBDIRS = /s/tr//' \
		${WRKSRC}/Makefile.in
.endif

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>
