freebsd-ports/net-mgmt/cowpatty/Makefile

30 lines
635 B
Makefile
Raw Normal View History

2013-07-10 13:53:23 +02:00
# Created by: Dennis Herrmann <adox@mcx2.org>
# $FreeBSD$
PORTNAME= cowpatty
2009-09-13 23:53:06 +02:00
PORTVERSION= 4.6
CATEGORIES= net-mgmt security
2009-09-13 23:53:06 +02:00
MASTER_SITES= http://www.willhackforsushi.com/code/cowpatty/${PORTVERSION}/ \
http://mcx2.org/files/
EXTRACT_SUFX= .tgz
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Brute-force dictionary attack against WPA-PSK
LICENSE= GPLv2
PORTDOCS= FAQ README
SUB_FILES= pkg-message
2013-07-10 13:53:23 +02:00
MAKE_JOBS_UNSAFE= yes
OPTIONS_DEFINE= DOCS
USE_OPENSSL= yes
PLIST_FILES= bin/cowpatty bin/genpmk
post-install:
2014-06-20 10:56:32 +02:00
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>