1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/irc/gruftistats/Makefile
Adam Weinberger 7d8c1f3a9b - NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Staging
- Use OPTIONS where appropriate
- Rename old-style patch files
2013-12-09 02:43:37 +00:00

22 lines
421 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
post-patch:
@${REINPLACE_CMD} -e \
's,strcasestr,strcasestr_x,g' ${WRKSRC}/ircstats.h \
${WRKSRC}/lib.c
.include <bsd.port.mk>