From 18bf35194170a3262ba86a0118e2a12dd69e88ea Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 5 Nov 2004 15:07:15 +0000 Subject: 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. --- sysutils/pfstat/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 sysutils/pfstat/Makefile (limited to 'sysutils/pfstat/Makefile') 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" -- cgit v1.2.3