aboutsummaryrefslogblamecommitdiff
path: root/irc/gruftistats/Makefile
blob: a58b2607f2230c808a844722018c05ce651e6492 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                            
           


                           
                 
                   
                  
 
                                 
                                                                                  

                   
             
 

                    
           

                                                                    


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