openbsd-ports/security/aircrack-ng/Makefile
kili 00090a234c 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.

From Benoit Lecocq.

Note: aireplay-ng can cause kernel panics (as reported by David
Coppa), so this isn't yet connected to the build. But having it in
the tree may get some more people testing driver patches.

prodded by and ok fgsch@
"sounds like a plan" ckuethe@
2009-05-06 20:39:29 +00:00

29 lines
629 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/05/06 20:39:29 kili Exp $
COMMENT= '802.11 WEP and WPA-PSK keys cracking program'
DISTNAME= aircrack-ng-1.0-rc3
CATEGORIES= security
MASTER_SITES= http://download.aircrack-ng.org/
HOMEPAGE= http://www.aircrack-ng.org/
MAINTAINER= Benoit Lecocq <blq@arcane-labs.net>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c pthread crypto ssl z
LIB_DEPENDS= sqlite3::databases/sqlite3
USE_GMAKE= Yes
MAKE_ENV+= SQLITE=true UNSTABLE=true
MAKE_FLAGS+= CC=${CC}
NO_REGRESS= Yes
.include <bsd.port.mk>