freebsd-ports/irc/onis/Makefile
2014-02-26 07:14:19 +00:00

19 lines
393 B
Makefile

# Created by: koji@jet.es
# $FreeBSD$
PORTNAME= onis
PORTVERSION= 0.8.2
CATEGORIES= irc
MASTER_SITES= http://verplant.org/onis/
MAINTAINER= ports@FreeBSD.org
COMMENT= A script that converts IRC logfiles into an HTML statistics page
USES= perl5
NO_BUILD= yes
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
.include <bsd.port.mk>