summaryrefslogtreecommitdiff
path: root/chat/fisg/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2003-12-03 23:13:00 +0000
committerxtraeme <xtraeme>2003-12-03 23:13:00 +0000
commit36996e879b3a276597ca060d9df15c3b448a8fc8 (patch)
tree7d2ad05bee06a15dd2929f7cd13b33f42e70c8b8 /chat/fisg/Makefile
parentad6942a32d733a4538e7aa7c76a05ffc1dfdd70e (diff)
downloadpkgsrc-36996e879b3a276597ca060d9df15c3b448a8fc8.tar.gz
Initial import of fisg 0.2.0 from pkgsrc-wip, packaged by Soren Jacobsen.
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.
Diffstat (limited to 'chat/fisg/Makefile')
-rw-r--r--chat/fisg/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/chat/fisg/Makefile b/chat/fisg/Makefile
new file mode 100644
index 00000000000..e77bae10cee
--- /dev/null
+++ b/chat/fisg/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 23:13:00 xtraeme 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"