Ticket #28446: Portfile

File Portfile, 1.2 KB (added by victor@…, 13 years ago)

Portfile

Line 
1# $Id: Portfile 37008 2008-05-22 20:24:40Z victor@macports.org $
2
3PortSystem    1.0
4
5name          lft
6version       3.3
7categories    net security
8maintainers   victor
9description   Layer Four Traceroute - advanced traceroute tool
10long_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.
20homepage      http://pwhois.org/lft
21platforms     darwin
22master_sites  http://pwhois.org/get/
23
24checksums     md5 e1646c8d25478432252be0e8f2eab640\
25              sha1 55e86240dd5fdf76d2949ce13811b77a5830402e\
26              rmd160 988bdd2ddbe7b14d96327b2fa1aa33cddaf26481
27
28depends_lib   port:libpcap
29
30configure.args    --mandir=\\\${prefix}/share/man
31
32destroot.destdir  prefix=${destroot}${prefix}
33
34variant universal description {Build universal binary} {
35    configure.args-append \
36            --enable-universal
37}