You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
43 lines
1.4 KiB
Tcl
43 lines
1.4 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name tcpdump
|
|
version 4.99.6
|
|
revision 0
|
|
|
|
categories net
|
|
maintainers {mps @Schamschula} openmaintainer
|
|
license BSD
|
|
description dump traffic on a network
|
|
long_description \
|
|
tcpdump is a tool for network monitoring, protocol debugging \
|
|
and data acquisition.
|
|
homepage http://www.tcpdump.org/
|
|
platforms darwin
|
|
master_sites ${homepage}release/
|
|
|
|
checksums rmd160 de90144691723deac5dbe388f32d617a5f8fb2bb \
|
|
sha256 5839921a0f67d7d8fa3dacd9cd41e44c89ccb867e8a6db216d62628c7fd14b09 \
|
|
size 2053753
|
|
|
|
depends_lib port:libpcap \
|
|
port:libsmi \
|
|
path:lib/libssl.dylib:openssl
|
|
|
|
configure.args --disable-universal \
|
|
--disable-smb \
|
|
--with-smi \
|
|
--without-sandbox-capsicum \
|
|
--with-system-libpcap \
|
|
--with-crypto=${prefix} \
|
|
--with-cap-ng
|
|
|
|
variant smb description {enable possibly-buggy SMB printer} {
|
|
configure.args-replace --disable-smb --enable-smb
|
|
}
|
|
|
|
livecheck.type regex
|
|
livecheck.url ${homepage}
|
|
livecheck.regex tcpdump-(\[0-9.\]+)\\.tar
|