# New ports collection makefile for:	gruftistats
# Date created:		29 October 2001
# Whom:			Matthew West <mwest@uct.ac.za>
#
# $FreeBSD: ports/irc/gruftistats/Makefile,v 1.6 2006/05/08 10:31:59 edwin Exp $
#

PORTNAME=	gruftistats
PORTVERSION=	0.2.4
PORTREVISION=	1
CATEGORIES=	irc
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	gruftistats

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Produces a web page of statistics and quotes from IRC channel logs

GNU_CONFIGURE=	YES
USE_GMAKE=	YES

.if defined(NOPORTDOCS)
MAKE_ARGS=	NOPORTDOCS=1
.endif

MAN1=		gruftistats.1

post-patch:
	@${REINPLACE_CMD} -e \
		's,strcasestr,strcasestr_x,g' ${WRKSRC}/ircstats.h \
		${WRKSRC}/lib.c

.include <bsd.port.mk>


syntax highlighted by Code2HTML, v. 0.9.1