# $Id: Portfile 37008 2008-05-22 20:24:40Z victor@macports.org $

PortSystem    1.0

name          lft
version       3.1
categories    net security
maintainers   victor
description   Layer Four Traceroute - advanced traceroute tool
long_description LFT, short for Layer Four Traceroute, is a \
    sort of 'traceroute' that often works much \
    faster (than the commonly-used Van Jacobson \
    method) and goes through many configurations \
    of firewalls. More importantly, LFT \
    implements numerous other features including \
    firewall detection and identification, load \
    balancer detection, AS number lookups, \
    loose source routing, netblock name lookups,\
    et al.  Also includes whob, a whois client.
homepage      http://pwhois.org/lft
platforms     darwin
master_sites  http://pwhois.org/get/

checksums     md5 70e69706e7600f34c0dfb54e2ee5eb01 \
              sha1 94a7b1760c099d8d7f19a5f943b8b84e87284a28 \
              rmd160 98423f1d435e493a6c0ea939fb228fed727f1d9f

depends_lib   port:libpcap

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

destroot.destdir  prefix=${destroot}${prefix}

variant universal description {Build universal binary} {
    configure.args-append \
            --enable-universal
}
