# $Id: Portfile 61677 2009-12-18 17:38:53Z ecronin@macports.org $

PortSystem 1.0
name             libnetdude
version          0.11
categories       net security
maintainers      ecronin openmaintainer
description      a library for manipulating libpcap/tcpdump trace files
long_description \
    libnetdude provides data types and APIs for the most common \
    situations when dealing with libpcap trace files: trace files of \
    arbitrary size, packets, network protocols, packet iterators, \
    packet filters, just to name a few. 
homepage         http://netdude.sourceforge.net/
platforms        darwin
master_sites     sourceforge:netdude

checksums        md5     8859cdc23d56e1a8f392a8c365079f83 \
                 sha1    04be6bd30f854ad790ebc0e4082a664c12521ba7 \
                 rmd160  4933fab373eaf100714f0bf0353c9568da688699
depends_lib      port:libpcapnav port:glib1 port:file port:zlib
depends_run      port:tcpdump
depends_build    port:gtk-doc

configure.args   --with-pcapnav-config=${prefix}/bin/pcapnav-config \
                 --with-tcpdump=${prefix}/sbin/tcpdump
