1 | # $Id: Portfile 20314 2006-11-01 22:06:50Z blair@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name aircrack-ng |
---|
5 | version 0.9.1 |
---|
6 | categories security |
---|
7 | maintainers sbranzo@gmail.com |
---|
8 | description Aircrack-ng is the next generation of aircrack with lots of new features |
---|
9 | long_description aircrack is an 802.11 WEP and WPA-PSK keys cracking program that can recover \ |
---|
10 | keys once enough data packets have been captured. It implements the standard \ |
---|
11 | FMS attack along with some optimizations like KoreK attacks, thus making the \ |
---|
12 | attack much faster compared to other WEP cracking tools. In fact, aircrack is \ |
---|
13 | a set of tools for auditing wireless networks. |
---|
14 | |
---|
15 | homepage http://aircrack-ng.org |
---|
16 | platforms darwin |
---|
17 | master_sites http://download.aircrack-ng.org/ |
---|
18 | checksums sha1 e0329ab151ed0da23f4ec5ee269dc25f1654765b |
---|
19 | |
---|
20 | |
---|
21 | use_configure no |
---|
22 | |
---|
23 | configure { |
---|
24 | system "mv ${worksrcpath}/Makefile.osx ${worksrcpath}/Makefile" |
---|
25 | reinplace "s|\$(prefix)|${prefix}|g" ${worksrcpath}/Makefile |
---|
26 | reinplace "s|\$(destdir)|${destroot}|g" ${worksrcpath}/Makefile |
---|
27 | } |
---|