freebsd-ports/irc/gruftistats/Makefile

32 lines
584 B
Makefile
Raw Normal View History

# 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
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
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>