2020-03-23 16:17:53 +01:00
|
|
|
# $NetBSD: Makefile,v 1.8 2020/03/23 15:17:53 taca Exp $
|
2013-12-09 11:32:18 +01:00
|
|
|
|
2020-03-23 16:17:53 +01:00
|
|
|
DISTNAME= squidview-0.86
|
2013-12-09 11:32:18 +01:00
|
|
|
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
|
|
|
|
|
2013-12-10 15:51:20 +01:00
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
GNU_CONFIGURE= yes
|
2013-12-09 11:32:18 +01:00
|
|
|
|
2020-03-23 16:17:53 +01:00
|
|
|
.include "../../www/squid4/Makefile.common"
|
2013-12-09 11:32:18 +01:00
|
|
|
|
2019-11-04 23:09:50 +01:00
|
|
|
SUBST_CLASSES+= files
|
2018-07-04 15:40:07 +02:00
|
|
|
SUBST_STAGE.files= pre-configure
|
2013-12-09 11:32:18 +01:00
|
|
|
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"
|