mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
for pf in */*/Portfile
do
ed -s "$pf" <<-'EOF'
1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
1g/^[[:space:]]*$/d
w
q
EOF
done
23 lines
671 B
Plaintext
23 lines
671 B
Plaintext
PortSystem 1.0
|
|
|
|
name fprobe
|
|
version 1.1
|
|
categories net
|
|
license GPL-2
|
|
maintainers nomaintainer
|
|
description collects network traffic data
|
|
long_description \
|
|
libpcap-based tool that collect network traffic data and emit it \
|
|
as NetFlow flows towards the specified collector.
|
|
homepage http://fprobe.sourceforge.net/
|
|
platforms darwin
|
|
master_sites sourceforge
|
|
use_bzip2 yes
|
|
checksums md5 65850d0470078269b33eee58cba77ac2
|
|
|
|
depends_lib port:libpcap
|
|
|
|
configure.args --mandir=${prefix}/share/man \
|
|
--with-libpcap=${prefix}/lib \
|
|
--with-pcap=${prefix}/include
|