freebsd-ports/irc/gruftistats/Makefile

24 lines
443 B
Makefile
Raw Normal View History

# Created by: Matthew West <mwest@uct.ac.za>
# $FreeBSD$
PORTNAME= gruftistats
PORTVERSION= 0.2.4
PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= SF
2004-02-22 03:09:15 +01:00
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:17:17 +01:00
COMMENT= Produces a web page of statistics and quotes from IRC channel logs
GNU_CONFIGURE= YES
USES= gmake
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e \
's,strcasestr,strcasestr_x,g' ${WRKSRC}/ircstats.h \
${WRKSRC}/lib.c
.include <bsd.port.mk>