# $Id: Portfile 66792 2010-04-23 01:15:10Z ryandesign@macports.org $

PortSystem          1.0
name                libdnet
version             1.12
categories          net
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.
platforms           darwin

homepage            http://code.google.com/p/libdnet/
master_sites        googlecode
extract.suffix      .tgz

checksums           md5     9253ef6de1b5e28e9c9a62b882e44cc9 \
                    sha1    71302be302e84fc19b559e811951b5d600d976f8 \
                    rmd160  4b849f07c3513522fda65af067928b7e6d504aab

configure.args      --mandir=${prefix}/share/man

universal_variant   no
