openbsd-ports/net/pfstat/Makefile
dhartmei 92585d7017 Small update to 1.2, deal with reset counters, which caused negative
difference for cumulative values, which wrapped and caused huge spikes
in the graphs. Just ignore the first sample after the reset.
2003-01-24 17:59:45 +00:00

25 lines
568 B
Makefile

# $OpenBSD: Makefile,v 1.3 2003/01/24 17:59:45 dhartmei Exp $
COMMENT= "packet filter statistics visualization"
DISTNAME= pfstat-1.2
CATEGORIES= net
MASTER_SITES= http://www.benzedrine.cx/
HOMEPAGE= http://www.benzedrine.cx/pf.html
MAINTAINER= Daniel Hartmeier <dhartmei@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= gd.18::graphics/gd
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pfstat ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/pfstat.8 ${PREFIX}/man/man8
.include <bsd.port.mk>