1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/net-mgmt/cowpatty/Makefile

34 lines
746 B
Makefile
Raw Normal View History

2013-07-10 11:53:23 +00:00
# Created by: Dennis Herrmann <adox@mcx2.org>
# $FreeBSD$
PORTNAME= cowpatty
2009-09-13 21:53:06 +00:00
PORTVERSION= 4.6
CATEGORIES= net-mgmt security
2009-09-13 21:53:06 +00: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
USES= ssl
PORTDOCS= FAQ README
SUB_FILES= pkg-message
2013-07-10 11:53:23 +00:00
MAKE_JOBS_UNSAFE= yes
OPTIONS_DEFINE= DOCS
PLIST_FILES= bin/cowpatty bin/genpmk
post-patch:
${REINPLACE_CMD} \
-e "s|\(-DOPENSSL\)|\1 -I${OPENSSLINC} -L${OPENSSLLIB} |g" \
${WRKSRC}/Makefile
post-install:
2014-06-20 08:56:32 +00:00
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>