freebsd-ports/irc/gruftistats/Makefile
Pete Fritchman 1a72bed384 Add gruftistats 0.2.4, produces a web page of statistics and quotes
from IRC channel logs.

PR:		31606
Submitted by:	Matthew West <mwest@uct.ac.za>
2001-12-25 04:59:19 +00:00

29 lines
537 B
Makefile

# New ports collection makefile for: gruftistats
# Date created: 29 October 2001
# Whom: Matthew West <mwest@uct.ac.za>
#
# $FreeBSD$
#
PORTNAME= gruftistats
PORTVERSION= 0.2.4
CATEGORIES= irc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gruftistats
MAINTAINER= mwest@uct.ac.za
GNU_CONFIGURE= YES
USE_GMAKE= YES
.if defined(NOPORTDOCS)
MAKE_ARGS= NOPORTDOCS=1
.endif
MAN1= gruftistats.1
post-patch:
@${PERL} -pi -e 's,strcasestr,strcasestr_x,g' ${WRKSRC}/ircstats.h \
${WRKSRC}/lib.c
.include <bsd.port.mk>