2001-12-25 05:59:19 +01:00
|
|
|
# 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
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2001-12-25 05:59:19 +01:00
|
|
|
CATEGORIES= irc
|
2009-08-22 02:24:37 +02:00
|
|
|
MASTER_SITES= SF
|
2001-12-25 05:59:19 +01:00
|
|
|
|
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
|
2001-12-25 05:59:19 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_GMAKE= YES
|
|
|
|
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
MAKE_ARGS= NOPORTDOCS=1
|
|
|
|
.endif
|
|
|
|
|
|
|
|
MAN1= gruftistats.1
|
|
|
|
|
|
|
|
post-patch:
|
2002-11-04 04:17:29 +01:00
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's,strcasestr,strcasestr_x,g' ${WRKSRC}/ircstats.h \
|
2001-12-25 05:59:19 +01:00
|
|
|
${WRKSRC}/lib.c
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|