# -*- 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                libdnet
version             1.12
revision            1
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.
platforms           darwin

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

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

post-extract {
    move ${worksrcpath}/configure.in ${worksrcpath}/configure.ac
}

patchfiles          patch-automake-1.13.diff

# build shared libraries for the correct suffix; use archflags; fix mandir
use_autoreconf      yes
# simplify once MacPorts 2.3 is released
autoreconf.pre_args
autoreconf.args     --install --verbose
autoreconf.args-append  -I config