freebsd-ports/net-mgmt/cowpatty/Makefile
Dennis Herrmann 2b3b399de8 - Use my FreeBSD address on the ports I maintain
Approved by:	tabthorpe (co-mentor)
2009-03-06 18:14:36 +00:00

36 lines
772 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= dhn@FreeBSD.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>