25b32db8fc
"Some of FISG's behavior has changed slightly after version 0.3.8. Few commandline options have been renamed and there is NO default input format anymore, you will always have to specify one."
16 lines
378 B
Makefile
16 lines
378 B
Makefile
# $NetBSD: Makefile,v 1.10 2013/07/21 11:34:51 shattered Exp $
|
|
|
|
DISTNAME= fisg-0.3.12
|
|
CATEGORIES= chat textproc
|
|
MASTER_SITES= http://www.tnsp.org/files/
|
|
|
|
MAINTAINER= snj@NetBSD.org
|
|
HOMEPAGE= http://www.tnsp.org/fisg.php
|
|
COMMENT= Fast IRC statistics generator
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
USE_TOOLS+= gmake
|
|
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|