# -*- 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 libpcap version 1.10.6 revision 0 categories net maintainers {mps @Schamschula} openmaintainer license BSD description Packet Capture library long_description The Packet Capture library provides a high level \ interface to packet capture systems. All packets \ on the network, even those destined for other hosts, \ are accessible through this mechanism. homepage http://www.tcpdump.org/ master_sites ${homepage}release/ checksums rmd160 dcb580837cf7418a234966c789b15d18305b2b1d \ sha256 872dd11337fe1ab02ad9d4fee047c9da244d695c6ddf34e2ebb733efd4ed8aa9 \ size 987897 configure.args --disable-bluetooth \ --disable-universal \ --disable-dbus \ --enable-ipv6 depends_build port:bison \ port:flex # /pcap.c:3416: error: thread-local storage not supported for this target compiler.thread_local_storage yes variant remote description {Enable remote packet capture} { configure.args-append --enable-remote } post-destroot { set docdir ${destroot}${prefix}/share/doc/${name} xinstall -d ${docdir} xinstall -m 644 -W ${worksrcpath} \ CHANGES \ CREDITS \ LICENSE \ README.md \ TODO \ ${docdir} } livecheck.type regex livecheck.url [lindex ${master_sites} 0] livecheck.regex ${name}-(\[0-9.\]+)\\.tar