aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/cowpatty/Makefile
blob: cb1d8a10b43af165a4027db0297e58944c7c3b94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# New ports collection makefile for:    cowpatty
# Date created:     March 20, 2008
# Whom:     Dennis Herrmann <adox@mcx2.org>
#
# $FreeBSD$
#

PORTNAME=   cowpatty
PORTVERSION=    4.6
CATEGORIES= net-mgmt security
MASTER_SITES=   http://www.willhackforsushi.com/code/cowpatty/${PORTVERSION}/ \
        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>