diff options
Diffstat (limited to 'sysutils/pftop')
-rw-r--r-- | sysutils/pftop/Makefile | 13 | ||||
-rw-r--r-- | sysutils/pftop/pkg-descr | 6 |
2 files changed, 5 insertions, 14 deletions
diff --git a/sysutils/pftop/Makefile b/sysutils/pftop/Makefile index 36ab0ff9c49e..bf50276465e2 100644 --- a/sysutils/pftop/Makefile +++ b/sysutils/pftop/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pfflowd -# Date created: 23 June 2003 -# Whom: Max Laier <max@love2party.net> -# +# Created by: Max Laier <max@love2party.net> # $FreeBSD$ -# PORTNAME= pftop PORTVERSION= 0.7 @@ -11,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= sysutils net MASTER_SITES= http://www.eee.metu.edu.tr/~canacar/ -MAINTAINER= mlaier@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Utility for real-time display of statistics for pf MAN8= pftop.8 @@ -20,10 +16,7 @@ MANCOMPRESSED= no .include <bsd.port.pre.mk> -.if ${OSVERSION} < 700049 -MAKE_ARGS= LOCALBASE="${PREFIX}" OSLEVEL=37 -CFLAGS+= -DHAVE_ALTQ=1 -.elif ${OSVERSION} < 900039 +.if ${OSVERSION} < 900039 MAKE_ARGS= LOCALBASE="${PREFIX}" OSLEVEL=41 CFLAGS+= -DHAVE_ALTQ=1 .else diff --git a/sysutils/pftop/pkg-descr b/sysutils/pftop/pkg-descr index 434645dd4ff0..798b6aa56f19 100644 --- a/sysutils/pftop/pkg-descr +++ b/sysutils/pftop/pkg-descr @@ -1,6 +1,4 @@ -"Pftop is a small, curses-based utility for real-time display of active -states and rule statistics for pf, the packet filter (for OpenBSD)" +Pftop is a small, curses-based utility for real-time display of active +states and rule statistics for pf, the packet filter (for OpenBSD) WWW: http://www.eee.metu.edu.tr/~canacar/pftop/ - --Max <max@love2party.net> |