1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/net-mgmt/cowpatty/Makefile
Rong-En Fan 4b0b09f4fd coWPAtty is designed to audit the security of pre-shared keys
(PSK) selected in WiFi Protected Access (WPA) networks.

WWW: http://www.willhackforsushi.com/Cowpatty.html

PR:		ports/121931
Submitted by:	Dennis Herrmann <adox at mcx2.org>
2008-03-22 12:05:59 +00:00

37 lines
770 B
Makefile

# New ports collection makefile for: cowpatty
# Date created: March 20, 2008
# Whom: Dennis Herrmann <adox@mcx2.org>
#
# $FreeBSD$
#
PORTNAME= cowpatty
PORTVERSION= 4.3
CATEGORIES= net-mgmt security
MASTER_SITES= http://www.willhackforsushi.com/code/cowpatty/4.3/ \
http://mcx2.org/files/
EXTRACT_SUFX= .tgz
MAINTAINER= adox@mcx2.org
COMMENT= Brute-force dictionary attack against WPA-PSK
PORTDOCS= FAQ README
SUB_FILES= pkg-message
USE_OPENSSL= yes
PLIST_FILES= bin/cowpatty bin/genpmk
post-install:
.if !defined(NOPORTDOCS)
@${ECHO_MSG} "Installing additional documentation to ${DOCSDIR}"
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
@${ECHO_MSG} ""
@${CAT} ${PKGMESSAGE}
@${ECHO_MSG} ""
.include <bsd.port.mk>