aboutsummaryrefslogtreecommitdiffstats
path: root/irc/onis/Makefile
blob: b7c4bd4aec4ad9f770cc38f55a2a2c826fa714d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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:
    @if [ ! -d ${DATADIR} ]; then \
        ${MKDIR} ${DATADIR}; \
    fi
    ${CP} -R ${WRKSRC}/* ${DATADIR}/

.include <bsd.port.mk>