e964e6021e
calamaris parses logfiles from Squid, NetCache, Inktomi Traffic Server, Oops! proxy server, Novell Internet Caching System, Compaq Tasksmart or Netscape/iplanet Web Proxy Server and generates a report. Written in perl5.
33 lines
900 B
Makefile
33 lines
900 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/04/29 10:38:20 form Exp $
|
|
# $RuOBSD: Makefile,v 1.3 2002/04/28 16:29:29 grange Exp $
|
|
|
|
COMMENT= "proxy-cache-servers logfiles analizer"
|
|
|
|
DISTNAME= calamaris-2.45
|
|
CATEGORIES= www sysutils
|
|
NEED_VERSION= 1.525
|
|
|
|
HOMEPAGE= http://cord.de/tools/squid/calamaris/
|
|
|
|
MAINTAINER= Alexander Yurchenko <grange@rt.mipt.ru>, \
|
|
Oleg Safiullin <form@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://cord.de/tools/squid/calamaris/
|
|
|
|
NO_BUILD= Yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/calamaris ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/calamaris.1 ${PREFIX}/man/man1
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/calamaris
|
|
${INSTALL_DATA} ${WRKSRC}/EXAMPLES ${PREFIX}/share/doc/calamaris
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/calamaris
|
|
|
|
.include <bsd.port.mk>
|