pkgsrc/www/squidview/Makefile
taca 89bc8a1a68 www/squidview: update to 0.86
Update squidview to 0.86.
pkgsrc change: switch to use squid4/Makefile.common instead of squid3.


0.86 February 2017
- fix clang compiler warning, thanks http://people.freebsd.org/~danilo/

0.85 Janurary 2017
- another result code, thanks Yuri Voinov

0.84 December 2016
- INM result code as 'U' - unmodified
  thanks Yuri Voinov

0.82-0.83: May 2016
- add more squid result codes
  thanks to Yuri Voinov for the suggestions, corrections

0.81: January 2015
- squid result code update
  thanks to Yuri Voinov for the suggestion
2020-03-23 15:17:53 +00:00

24 lines
666 B
Makefile

# $NetBSD: Makefile,v 1.8 2020/03/23 15:17:53 taca Exp $
DISTNAME= squidview-0.86
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
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
.include "../../www/squid4/Makefile.common"
SUBST_CLASSES+= files
SUBST_STAGE.files= pre-configure
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"