# New ports collection makefile for: cowpatty # Date created: March 20, 2008 # Whom: Dennis Herrmann # # $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