Initial import of pftop-0.2

pfTop is a curses-based utility for real-time display of
active states and rules for pf. It is a cross between top
and pfctl -sr and pfctl -ss.

Maintainer Can Erkin Acar <canacar@eee.metu.edu.tr>
This commit is contained in:
pvalchev 2002-09-06 06:19:58 +00:00
parent ef87399f7a
commit 7d8ca26447

View File

@ -1,12 +1,11 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/09/05 12:39:29 lebel Exp $
# $OpenBSD: Makefile,v 1.1.1.2 2002/09/06 06:19:58 pvalchev Exp $
COMMENT= "curses-based real time state and rule display for pf"
COMMENT= "curses based real time state and rule display for pf"
DISTNAME= pftop-0.2
CATEGORIES= sysutils
MASTER_SITES= http://www.eee.metu.edu.tr/~canacar/
HOMEPAGE= http://www.eee.metu.edu.tr/~canacar/pftop/
MAINTAINER= Can Erkin Acar <canacar@eee.metu.edu.tr>
# License: BSD
@ -15,4 +14,6 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.eee.metu.edu.tr/~canacar/
.include <bsd.port.mk>