aboutsummaryrefslogtreecommitdiff
path: root/security/ncrack/Makefile
blob: 82785cf6340af4549f0aaee9b56301a53f3abc2b (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
# Created by: David E. Thiel <lx@FreeBSD.org>

PORTNAME=	ncrack
DISTVERSION=	0.6
CATEGORIES=	security
MASTER_SITES=	http://nmap.org/ncrack/dist/ \
		http://redundancy.redundancy.org/mirror/

MAINTAINER=	lx@FreeBSD.org
COMMENT=	High-speed network authentication cracking tool

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

GNU_CONFIGURE=	yes
USES=		gmake ssl
CPPFLAGS+=	-I${OPENSSLINC}
LDFLAGS+=	-L${OPENSSLLIB}

WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}.0

.include <bsd.port.pre.mk>

.if ${SSL_DEFAULT} == base
BROKEN_FreeBSD_12=	Your OpenSSL headers do not match your library
BROKEN_FreeBSD_13=	Your OpenSSL headers do not match your library
.endif

.include <bsd.port.post.mk>