pkgsrc-wip/fisg/Makefile
Soren Jacobsen c0604fd46f FISG is an IRC statistics generator that is meant to be, well, fast. It
handles large log files much more efficiently than PISG, and doesn't require
perl.

It parses a 23M log in 15 seconds on my old P233 :)
2003-10-07 23:36:07 +00:00

15 lines
367 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/10/07 23:36:07 blef Exp $
DISTNAME= fisg-0.2.0
WRKSRC= ${WRKDIR}/${DISTNAME}/src
CATEGORIES= chat textproc
MASTER_SITES= http://www.tnsp.org/files/
MAINTAINER= snj@pobox.com
HOMEPAGE= http://www.tnsp.org/fisg.php
COMMENT= Fast IRC statistics generator
USE_BUILDLINK2= YES
USE_GMAKE= YES
.include "../../mk/bsd.pkg.mk"