Port update, fixing some compile problems.
Submitted by: Igor Vinokurov <igor@cs.ibank.ru>
This commit is contained in:
parent
735d0bc754
commit
f0e4d95686
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4049
6 changed files with 27 additions and 21 deletions
|
@ -1,9 +1,9 @@
|
|||
# New ports collection makefile for: trafshow
|
||||
# Version required: 2.0
|
||||
# Date created: 17 January 1996
|
||||
# Whom: Igor Vinokurov <igor@zynaps.ru>
|
||||
# Date created: 25 September 1996
|
||||
# Whom: igor@zynaps.ru
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1996/05/04 01:57:18 asami Exp $
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= trafshow-2.0
|
||||
|
@ -11,10 +11,9 @@ CATEGORIES+= net
|
|||
MASTER_SITES= ftp://ftp.kiae.su/unix/tcpip/netmaint/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= igor@zynaps.ru
|
||||
MAINTAINER= igor@zynaps.ru
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/trafshow
|
||||
.if !defined(NOMANCOMPRESS)
|
||||
gzip -9nf ${PREFIX}/man/man1/trafshow.1
|
||||
.endif
|
||||
|
|
|
@ -8,5 +8,8 @@ added to your kernel config file (/sys/i386/conf/<YourMachine>):
|
|||
|
||||
pseudo-device bpfilter 4 # Berkeley packet filter
|
||||
|
||||
The number of devices determines the maximum number of simultaneous
|
||||
BPF clients programs runnable. See /sys/i386/conf/LINT for details.
|
||||
The number after bpfilter is the number of interfaces that can be
|
||||
examined simultaneously. See section 5.8.3 of Handbook for details.
|
||||
|
||||
- Igor
|
||||
igor@zynaps.ru
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# New ports collection makefile for: trafshow
|
||||
# Version required: 2.0
|
||||
# Date created: 17 January 1996
|
||||
# Whom: Igor Vinokurov <igor@zynaps.ru>
|
||||
# Date created: 25 September 1996
|
||||
# Whom: igor@zynaps.ru
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1996/05/04 01:57:18 asami Exp $
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= trafshow-2.0
|
||||
|
@ -11,10 +11,9 @@ CATEGORIES+= net
|
|||
MASTER_SITES= ftp://ftp.kiae.su/unix/tcpip/netmaint/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= igor@zynaps.ru
|
||||
MAINTAINER= igor@zynaps.ru
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/trafshow
|
||||
.if !defined(NOMANCOMPRESS)
|
||||
gzip -9nf ${PREFIX}/man/man1/trafshow.1
|
||||
.endif
|
||||
|
|
|
@ -8,5 +8,8 @@ added to your kernel config file (/sys/i386/conf/<YourMachine>):
|
|||
|
||||
pseudo-device bpfilter 4 # Berkeley packet filter
|
||||
|
||||
The number of devices determines the maximum number of simultaneous
|
||||
BPF clients programs runnable. See /sys/i386/conf/LINT for details.
|
||||
The number after bpfilter is the number of interfaces that can be
|
||||
examined simultaneously. See section 5.8.3 of Handbook for details.
|
||||
|
||||
- Igor
|
||||
igor@zynaps.ru
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# New ports collection makefile for: trafshow
|
||||
# Version required: 2.0
|
||||
# Date created: 17 January 1996
|
||||
# Whom: Igor Vinokurov <igor@zynaps.ru>
|
||||
# Date created: 25 September 1996
|
||||
# Whom: igor@zynaps.ru
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1996/05/04 01:57:18 asami Exp $
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= trafshow-2.0
|
||||
|
@ -11,10 +11,9 @@ CATEGORIES+= net
|
|||
MASTER_SITES= ftp://ftp.kiae.su/unix/tcpip/netmaint/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= igor@zynaps.ru
|
||||
MAINTAINER= igor@zynaps.ru
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/trafshow
|
||||
.if !defined(NOMANCOMPRESS)
|
||||
gzip -9nf ${PREFIX}/man/man1/trafshow.1
|
||||
.endif
|
||||
|
|
|
@ -8,5 +8,8 @@ added to your kernel config file (/sys/i386/conf/<YourMachine>):
|
|||
|
||||
pseudo-device bpfilter 4 # Berkeley packet filter
|
||||
|
||||
The number of devices determines the maximum number of simultaneous
|
||||
BPF clients programs runnable. See /sys/i386/conf/LINT for details.
|
||||
The number after bpfilter is the number of interfaces that can be
|
||||
examined simultaneously. See section 5.8.3 of Handbook for details.
|
||||
|
||||
- Igor
|
||||
igor@zynaps.ru
|
||||
|
|
Loading…
Reference in a new issue