# -*- 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 # $Id$ PortSystem 1.0 name tcpdump version 4.4.0 categories net maintainers mww 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 06e63abbacc04f97287334a6883d331afc205663 \ sha256 12274bed2cb89098dadf00a022b4d40853c5108369f3b3117aedf21ec61530bd depends_lib port:libpcap port:openssl configure.args --disable-smb --disable-universal # ugly: beat ./configure to use $prefix BEFORE /usr configure.cflags-append "-I${prefix}/include -L${prefix}/lib" variant smb description {enable possibly-buggy SMB printer} { configure.args-delete --disable-smb } livecheck.type regex livecheck.url ${homepage} livecheck.regex tcpdump-(\[0-9.\]+)\\.tar\\.gz