368b3deb14
* Fix byte-order of bytes, packets, age and expire fields. * Fix the order of traversal when printing the queues. Reported by many.
23 lines
511 B
Makefile
23 lines
511 B
Makefile
# $OpenBSD: Makefile,v 1.11 2008/12/20 04:36:11 canacar Exp $
|
|
#
|
|
|
|
COMMENT= curses-based real time state and rule display for pf
|
|
|
|
DISTNAME= pftop-0.7
|
|
PKGNAME= ${DISTNAME}p1
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= http://www.eee.metu.edu.tr/~canacar/pftop/
|
|
MAINTAINER= Can Erkin Acar <canacar@openbsd.org>
|
|
|
|
# License: BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c curses
|
|
|
|
MASTER_SITES= http://www.eee.metu.edu.tr/~canacar/
|
|
|
|
.include <bsd.port.mk>
|