1 | # $Id: Portfile 37008 2008-05-22 20:24:40Z victor@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name lft |
---|
6 | version 3.3 |
---|
7 | categories net security |
---|
8 | maintainers victor |
---|
9 | description Layer Four Traceroute - advanced traceroute tool |
---|
10 | long_description LFT, short for Layer Four Traceroute, is a \ |
---|
11 | sort of 'traceroute' that often works much \ |
---|
12 | faster (than the commonly-used Van Jacobson \ |
---|
13 | method) and goes through many configurations \ |
---|
14 | of firewalls. More importantly, LFT \ |
---|
15 | implements numerous other features including \ |
---|
16 | firewall detection and identification, load \ |
---|
17 | balancer detection, AS number lookups, \ |
---|
18 | loose source routing, netblock name lookups,\ |
---|
19 | et al. Also includes whob, a prefix whois client. |
---|
20 | homepage http://pwhois.org/lft |
---|
21 | platforms darwin |
---|
22 | master_sites http://pwhois.org/get/ |
---|
23 | |
---|
24 | checksums md5 e1646c8d25478432252be0e8f2eab640\ |
---|
25 | sha1 55e86240dd5fdf76d2949ce13811b77a5830402e\ |
---|
26 | rmd160 988bdd2ddbe7b14d96327b2fa1aa33cddaf26481 |
---|
27 | |
---|
28 | depends_lib port:libpcap |
---|
29 | |
---|
30 | configure.args --mandir=\\\${prefix}/share/man |
---|
31 | |
---|
32 | destroot.destdir prefix=${destroot}${prefix} |
---|
33 | |
---|
34 | variant universal description {Build universal binary} { |
---|
35 | configure.args-append \ |
---|
36 | --enable-universal |
---|
37 | } |
---|