diff options
author | rodent <rodent@pkgsrc.org> | 2014-04-12 12:47:39 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-04-12 12:47:39 +0000 |
commit | 852dba6dc79a40d9f36e3541c2c450818aed89e4 (patch) | |
tree | 9a091833fe0460f04f63be5e6ca4786f683edcf1 /www/sqtop/Makefile | |
parent | 6a1528daf8ff6aa0ba635df7d2fe8650c854686a (diff) | |
download | pkgsrc-852dba6dc79a40d9f36e3541c2c450818aed89e4.tar.gz |
Import sqtop-20131217 as www/sqtop.
sqtop is a console applicaton to display information about currently active
client connections for a Squid proxy in a convenient way.
Diffstat (limited to 'www/sqtop/Makefile')
-rw-r--r-- | www/sqtop/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/sqtop/Makefile b/www/sqtop/Makefile new file mode 100644 index 00000000000..5df5346cb45 --- /dev/null +++ b/www/sqtop/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2014/04/12 12:47:39 rodent Exp $ + +DISTNAME= sqtop-2013-12-17 +PKGNAME= ${DISTNAME:C/([0-9]{4})-([0-9]{2})-([0-9]{2})/\1\2\3/1} +CATEGORIES= www +MASTER_SITES= http://sqtop.googlecode.com/files/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= rodent@NetBSD.org +HOMEPAGE= http://code.google.com/p/sqtop/ +COMMENT= Display active client connections for Squid +LICENSE= gnu-gpl-v2 + +DEPENDS+= squid-[0-9]*:../../www/squid3 + +GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ + +.include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |