summaryrefslogblamecommitdiff
path: root/irc/onis/Makefile
blob: f2548ea2ce5fa492acf94a2edd1130e5072214cb (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                            
                     
                   
                                         
 
                                 










                                                                                
                      
# New ports collection makefile for:   onis
# Date created:                                29 March 2003
# Whom:                                        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

NO_BUILD=	YES
USE_PERL5=	YES

do-install:
	@if [ ! -d ${DATADIR} ]; then \
		${MKDIR} ${DATADIR}; \
	fi
	${CP} -R ${WRKSRC}/* ${DATADIR}/

.include <bsd.port.mk>