summaryrefslogtreecommitdiff
path: root/sysutils/pfstat/Makefile
diff options
context:
space:
mode:
authorpeter <peter>2004-11-05 15:07:15 +0000
committerpeter <peter>2004-11-05 15:07:15 +0000
commit85d0ac19c33c907c6d4ba743613b61fda07651c0 (patch)
tree82c5c7dc2374288ddeaec173ca2916542a91f5d5 /sysutils/pfstat/Makefile
parentf86c71c6189ace12b9efffd158fee1525da0e99f (diff)
downloadpkgsrc-85d0ac19c33c907c6d4ba743613b61fda07651c0.tar.gz
Initial import of pfstat-1.7 into the NetBSD Packages Collection.
Pfstat is a small utility that collects statistics for the OpenBSD Packer Filter and produces graphs like mrtg, rrdtool or alike.
Diffstat (limited to 'sysutils/pfstat/Makefile')
-rw-r--r--sysutils/pfstat/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/pfstat/Makefile b/sysutils/pfstat/Makefile
new file mode 100644
index 00000000000..db5e071539a
--- /dev/null
+++ b/sysutils/pfstat/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/05 15:07:15 peter Exp $
+
+DISTNAME= pfstat-1.7
+CATEGORIES= sysutils net
+MASTER_SITES= http://www.benzedrine.cx/
+
+MAINTAINER= peter@pointless.nl
+HOMEPAGE= http://www.benzedrine.cx/pfstat.html
+COMMENT= Utility to render graphical statistics for PF
+
+USE_BUILDLINK3= yes
+NO_CONFIGURE= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/pfstat ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/pfstat.8 ${PREFIX}/man/man8
+
+.include "../../graphics/gd/buildlink3.mk"
+.include "../../graphics/freetype-lib/buildlink3.mk"
+.include "../../security/pflkm/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"