# Ports collection makefile for: squidstats
# Whom: Adrian Chadd <adrian@FreeBSD.org>
# Date Created: 10-December-2008
#
# $FreeBSD$
#

PORTNAME=	squidstats
PORTVERSION=	52
CATEGORIES=	www
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
DISTNAME=	squidstats-r${PORTVERSION}

MAINTAINER=	adrian@FreeBSD.org
COMMENT=	A collection of simple statistical analysis bits for Squid

RUN_DEPENDS=	p5-Config-IniFiles>=2.39:${PORTSDIR}/devel/p5-Config-IniFiles \
		p5-RRD-Simple>=1.44:${PORTSDIR}/databases/p5-RRD-Simple \
		p5-SNMP_Session>=1.11:${PORTSDIR}/net-mgmt/p5-SNMP_Session

USE_PERL5=	yes

SQUID_UID?=	squid
SQUID_GID?=	squid

PLIST_FILES=	etc/squidstats/config.ini \
	etc/squidstats/snmp_monitor.cfg \
	etc/squidstats/templates.conf \
	share/squidstats/templates/clients \
	share/squidstats/templates/dnsreq \
	share/squidstats/templates/fds \
	share/squidstats/templates/hitratio \
	share/squidstats/templates/icp \
	share/squidstats/templates/ipcachereq \
	share/squidstats/templates/outgoing \
	share/squidstats/templates/cache \
	share/squidstats/templates/cpu \
	share/squidstats/templates/dnssvc \
	share/squidstats/templates/fqdncachereq \
	share/squidstats/templates/httpsvc \
	share/squidstats/templates/incoming \
	share/squidstats/templates/objects \
	share/squidstats/templates/requests \
	bin/squidstats.pl \
	www/cgi-bin/graph-summary.cgi \
	www/data/graph.css

PLIST_DIRS=	etc/squidstats share/squidstats/templates share/squidstats

SUB_FILES=	pkg-message pkg-install
SUB_LIST+=	SQUID_UID=${SQUID_UID} SQUID_GID=${SQUID_GID}

pre-install:
	@${SETENV} PKG_PREFIX=${PREFIX} ${SH} \
		${PKGINSTALL} ${PKGNAME} PRE-INSTALL

post-install:
	@${SETENV} PKG_PREFIX=${PREFIX} ${SH} \
		${PKGINSTALL} ${PKGNAME} POST-INSTALL
	@${ECHO_CMD} "===> post-installation information for ${PKGNAME}:"
	@${ECHO_CMD} ""
	@${CAT} ${PKGMESSAGE}
	@${ECHO_CMD} ""

.include <bsd.port.mk>
