diff options
Diffstat (limited to 'irc/onis/Makefile')
-rw-r--r-- | irc/onis/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/irc/onis/Makefile b/irc/onis/Makefile new file mode 100644 index 00000000000..ad9bbfaaff8 --- /dev/null +++ b/irc/onis/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: onis +# Date created: 29 March 2003 +# Whom: koji@jet.es +# +# $FreeBSD$ +# + +PORTNAME= onis +PORTVERSION= 0.3.3 +CATEGORIES= irc +MASTER_SITES= http://verplant.org/onis/ + +MAINTAINER= koji@jet.es +COMMENT= A script that converts IRC logfiles into an HTML statistics page + +NO_BUILD= YES +USE_PERL5= YES + +do-install: + @if [ ! -d ${DATADIR} ]; then \ + ${MKDIR} ${DATADIR}; \ + fi + ${CP} -R ${WRKSRC}/* ${DATADIR}/ + +.include <bsd.port.mk> |