# New ports collection makefile for:	logtools
# Date created:		8 January 2002
# Whom:			Mark Huizer; Eindhoven
#
# $FreeBSD: ports/www/logtools/Makefile,v 1.3 2003/05/18 09:52:28 kris Exp $
#

PORTNAME=	logtools
PORTVERSION=	0.13a
CATEGORIES=	www
MASTER_SITES=	http://www.coker.com.au/logtools/
EXTRACT_SUFX=	.tgz

MAINTAINER=	xaa+ports@timewasters.nl
COMMENT=	Useful tools to deal with CLF files (Common Log File format)

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500113
BROKEN=         "Does not compile (bad C++ code)"
.endif

GNU_CONFIGURE=	yes
MAN1=		clfmerge.1 logprn.1 funnel.1 clfsplit.1 clfdomainsplit.1

.include <bsd.port.post.mk>
