diff options
author | peter <peter@pkgsrc.org> | 2004-11-05 15:07:15 +0000 |
---|---|---|
committer | peter <peter@pkgsrc.org> | 2004-11-05 15:07:15 +0000 |
commit | 18bf35194170a3262ba86a0118e2a12dd69e88ea (patch) | |
tree | 82c5c7dc2374288ddeaec173ca2916542a91f5d5 /sysutils/pfstat/Makefile | |
parent | 2e66b2ae1e89eafd9dab975d6f2c45f047e35b2e (diff) | |
download | pkgsrc-18bf35194170a3262ba86a0118e2a12dd69e88ea.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/Makefile | 21 |
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" |