# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 133700 2015-03-09 06:25:38Z ryandesign@macports.org $ PortSystem 1.0 name aircrack-ng version 1.2-rc1 categories security license GPL-2 platforms darwin maintainers ryandesign openmaintainer description Aircrack-ng is the next generation of aircrack with lots of new features long_description aircrack is an 802.11 WEP and WPA-PSK keys cracking \ program that can recover keys once enough data packets \ have been captured. It implements the standard FMS \ attack along with some optimizations like KoreK attacks, \ thus making the attack much faster compared to other WEP \ cracking tools. In fact, aircrack is a set of tools for \ auditing wireless networks. homepage http://aircrack-ng.org/ master_sites http://download.aircrack-ng.org/ checksums rmd160 9c27291de607207b10f3ac43fbe44c63b408ff1d \ sha256 cf3134521e1c3d7aed4e384e3e5e7b6959e2d485bd1554474608a3a9328e35fd patchfiles patch-common.mak.diff \ patch-src-Makefile.diff \ patch-src-aircrack-ng.c.diff \ patch-src-common.h.diff \ patch-src-osdep-radiotap-platform.h.diff \ patch-src-sha1-sse2.h.diff depends_build port:gmake \ port:pkgconfig depends_lib port:openssl \ port:pcre \ port:sqlite3 use_configure no use_parallel_build yes variant universal {} build.cmd ${prefix}/bin/gmake build.args prefix=${prefix} \ libnl=false \ pcre=true \ sqlite=true \ ASM_AC= \ CC="${configure.cc} [get_canonical_archflags cc] -I${filespath}" destroot.args prefix=${prefix} livecheck.type regex livecheck.regex ${name}-(\[0-9a-z.-\]+)${extract.suffix}