mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
24 lines
443 B
Makefile
24 lines
443 B
Makefile
# Created by: Matthew West <mwest@uct.ac.za>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gruftistats
|
|
PORTVERSION= 0.2.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= irc
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
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>
|