eb18a4897f
Squidview is an interactive console program which monitors and displays squid logs in a nice fashion, and may then go deeper with searching and reporting functions.
25 lines
665 B
Makefile
25 lines
665 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/12/09 10:32:18 sborrill Exp $
|
|
#
|
|
|
|
DISTNAME= squidview-0.80
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.rillion.net/squidview/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.rillion.net/squidview/
|
|
COMMENT= Program which monitors and displays squid logs
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../www/squid/Makefile.common"
|
|
|
|
SUBST_CLASSES+= files
|
|
SUBST_STAGE.files= post-patch
|
|
SUBST_FILES.files= squidview.h squidview.1
|
|
SUBST_SED.files= -e "s|/var/log/squid|${LOGDIR}|g"
|
|
SUBST_MESSAGE.files= Fixing logfile location.
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|