Tweak net-mgmt/icingaweb2-module-businessprocess version 2.2.0_2
[dports.git] / net-mgmt / cowpatty / Makefile
1 PORTNAME=       cowpatty
2 PORTVERSION=    4.8
3 CATEGORIES=     net-mgmt security
4
5 MAINTAINER=     rodrigo@FreeBSD.org
6 COMMENT=        Brute-force dictionary attack against WPA-PSK
7 WWW=            https://www.willhackforsushi.com/?page_id=50
8
9 LICENSE=        BSD3CLAUSE
10 LICENSE_FILE=   ${WRKSRC}/COPYING
11
12 USES=           ssl
13
14 USE_GITHUB=     YES
15 GH_ACCOUNT=     joswr1ght
16
17 PORTDOCS=       FAQ README
18 SUB_FILES=      pkg-message
19 MAKE_JOBS_UNSAFE=       yes
20 OPTIONS_DEFINE= DOCS
21
22 PLIST_FILES=    bin/cowpatty bin/genpmk
23
24 post-patch:
25         ${REINPLACE_CMD} \
26                 -e "s|\(-DOPENSSL\)|\1 -I${OPENSSLINC} -L${OPENSSLLIB} |g" \
27                 ${WRKSRC}/Makefile
28
29 post-install-DOCS-on:
30         @${MKDIR} ${STAGEDIR}${DOCSDIR}
31         (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
32
33 .include <bsd.port.mk>