summaryrefslogtreecommitdiff
path: root/www/sqtop/Makefile
diff options
context:
space:
mode:
authorrodent <rodent>2014-04-12 12:47:39 +0000
committerrodent <rodent>2014-04-12 12:47:39 +0000
commit96d7d7c9f8782f0373278b44be04ac5c227550e3 (patch)
tree9a091833fe0460f04f63be5e6ca4786f683edcf1 /www/sqtop/Makefile
parentf4eed3626340631717cc77cd9abf824c03d41aea (diff)
downloadpkgsrc-96d7d7c9f8782f0373278b44be04ac5c227550e3.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/Makefile21
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"