aboutsummaryrefslogtreecommitdiffstats
path: root/www/calamaris/Makefile
blob: c0c7bdb202e697ddc1bd4e11ff2772f06d8d8668 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:    calmaris
# Date created:             25 December 1998
# Whom:                 Dima Sivachenko <dima@Chg.RU>
#
# $FreeBSD$
#

PORTNAME=   calamaris
PORTVERSION=    2.58
CATEGORIES= www textproc
MASTER_SITES=   http://cord.de/tools/squid/calamaris/

MAINTAINER= demon@FreeBSD.org
COMMENT=    A perl script to produce statistics out of Squid log files

USE_PERL5=  yes
NO_BUILD=   yes
MAN1=       calamaris.1

post-patch:
    @ ${PERL} -pi -e 's#/usr/bin/perl#${PERL}#' ${WRKSRC}/calamaris

do-install:
    @ ${INSTALL_MAN} ${WRKSRC}/calamaris.1 ${PREFIX}/man/man1/calamaris.1
    @ ${INSTALL_SCRIPT} ${WRKSRC}/calamaris ${PREFIX}/bin/calamaris
.if !defined(NOPORTDOCS)
    @ ${MKDIR} ${DOCSDIR}
    @ ${INSTALL_DATA} ${WRKSRC}/EXAMPLES ${DOCSDIR}
    @ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>