1999-01-22 00:28:03 +01:00
|
|
|
# New ports collection makefile for: calmaris
|
2002-06-05 21:09:56 +02:00
|
|
|
# Date created: 25 December 1998
|
|
|
|
# Whom: Dima Sivachenko <dima@Chg.RU>
|
1999-01-22 00:28:03 +01:00
|
|
|
#
|
1999-08-31 04:43:35 +02:00
|
|
|
# $FreeBSD$
|
1999-01-22 00:28:03 +01:00
|
|
|
#
|
|
|
|
|
2000-04-10 02:07:29 +02:00
|
|
|
PORTNAME= calamaris
|
2003-05-15 09:14:30 +02:00
|
|
|
PORTVERSION= 2.58
|
1999-01-22 00:28:03 +01:00
|
|
|
CATEGORIES= www textproc
|
2001-08-13 21:52:24 +02:00
|
|
|
MASTER_SITES= http://cord.de/tools/squid/calamaris/
|
1999-01-22 00:28:03 +01:00
|
|
|
|
2000-11-13 13:45:40 +01:00
|
|
|
MAINTAINER= demon@FreeBSD.org
|
2003-02-22 10:13:13 +01:00
|
|
|
COMMENT= A perl script to produce statistics out of Squid log files
|
1999-01-22 00:28:03 +01:00
|
|
|
|
1999-05-02 11:06:23 +02:00
|
|
|
USE_PERL5= yes
|
1999-01-22 00:28:03 +01:00
|
|
|
NO_BUILD= yes
|
1999-01-26 23:39:20 +01:00
|
|
|
MAN1= calamaris.1
|
1999-01-22 00:28:03 +01:00
|
|
|
|
|
|
|
post-patch:
|
2000-10-13 22:33:11 +02:00
|
|
|
@ ${PERL} -pi -e 's#/usr/bin/perl#${PERL5}#' ${WRKSRC}/calamaris
|
1999-01-22 00:28:03 +01:00
|
|
|
|
|
|
|
do-install:
|
1999-01-26 23:39:20 +01:00
|
|
|
@ ${INSTALL_MAN} ${WRKSRC}/calamaris.1 ${PREFIX}/man/man1/calamaris.1
|
|
|
|
@ ${INSTALL_SCRIPT} ${WRKSRC}/calamaris ${PREFIX}/bin/calamaris
|
2002-01-19 12:10:34 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@ ${MKDIR} ${DOCSDIR}
|
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/EXAMPLES ${DOCSDIR}
|
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
|
|
.endif
|
1999-01-22 00:28:03 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|