# -*- 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
PortGroup           github 1.0

# py-libdnet should be updated at the same time as libdnet.
github.setup        ofalk libdnet 1.18.2 libdnet-
github.tarball_from archive

categories          net
license             BSD
maintainers         nomaintainer

description         portable low-level networking library
long_description    libdnet provides a simplified, portable interface to \
                    several low-level networking routines, including: \
                    network address manipulation, kernel arp(4) cache and \
                    route(4) table lookup and manipulation, network \
                    firewalling (IP filter, ipfw, ipchains, pf, ...), \
                    network interface lookup and manipulation, raw IP packet \
                    and Ethernet frame transmission.

checksums           rmd160 43d27783b6fd57405d7ff747acf465142b78ebf9 \
                    sha256 95611c6d2703f1772fc01ce74acf4ebcc4bcd4315cede35b343bb90dc43bfd8f

depends_build       path:bin/pkg-config:pkgconfig

configure.args      --with-check=no
