aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pftop
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2013-07-03 02:08:05 +0000
committerMark Linimon <linimon@FreeBSD.org>2013-07-03 02:08:05 +0000
commit74a2f9f453b4206bee4067417be522f7f69b6029 (patch)
tree73470cbd0a0fdf4ab1e17ded40e6953ceb5887a1 /sysutils/pftop
parent3ed7fea98c9a894c9d5d3d5ae18ad95927a08e00 (diff)
downloadports-74a2f9f453b4206bee4067417be522f7f69b6029.tar.gz
ports-74a2f9f453b4206bee4067417be522f7f69b6029.zip
mlaier's bit has been taken in for safekeeping.
Notes
Notes: svn path=/head/; revision=322211
Diffstat (limited to 'sysutils/pftop')
-rw-r--r--sysutils/pftop/Makefile13
-rw-r--r--sysutils/pftop/pkg-descr6
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>