freebsd-ports/www/squidview/Makefile
Stanislav Sedov d2fa4478f3 - Add port for www/squidview
Squidview is a program that displays the squid proxy server log file in a nice
fashion, providing the log file is in squid's native reporting fashion. It has
features such as search, report generation, monitor mode and supports three log
files.

WWW:	http://www.rillion.net/squidview
2007-04-21 13:13:14 +00:00

34 lines
717 B
Makefile

# New ports collection makefile for: squidview
# Date created: 2007-04-21
# Whom: stas
#
# $FreeBSD$
#
PORTNAME= squidview
PORTVERSION= 0.71
CATEGORIES= www
MASTER_SITES= http://www.rillion.net/squidview/
MAINTAINER= stas@FreeBSD.org
COMMENT= Monitor squid statistics in realtime
GNU_CONFIGURE= yes
MAN1= squidview.1
DOCS= HOWTO README
DATAFILES= aliases users words
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/squidview ${PREFIX}/bin/
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${DATAFILES:S,^,${WRKSRC}/,} ${DATADIR}/
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
.endif
${INSTALL_MAN} ${WRKSRC}/squidview.1 ${MAN1PREFIX}/man/man1/
.include <bsd.port.mk>