Removed
Link Here
|
1 |
# Created by: David E. Thiel <lx@FreeBSD.org> |
2 |
# $FreeBSD$ |
3 |
|
4 |
PORTNAME= ncrack |
5 |
DISTVERSION= 0.6 |
6 |
CATEGORIES= security |
7 |
MASTER_SITES= http://nmap.org/ncrack/dist/ \ |
8 |
http://redundancy.redundancy.org/mirror/ |
9 |
|
10 |
MAINTAINER= lx@FreeBSD.org |
11 |
COMMENT= High-speed network authentication cracking tool |
12 |
|
13 |
LICENSE= GPLv2 |
14 |
LICENSE_FILE= ${WRKSRC}/COPYING |
15 |
|
16 |
GNU_CONFIGURE= yes |
17 |
USES= gmake ssl |
18 |
CPPFLAGS+= -I${OPENSSLINC} |
19 |
LDFLAGS+= -L${OPENSSLLIB} |
20 |
|
21 |
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}.0 |
22 |
|
23 |
.include <bsd.port.pre.mk> |
24 |
|
25 |
.if ${SSL_DEFAULT} == base |
26 |
BROKEN_FreeBSD_12= Your OpenSSL headers do not match your library |
27 |
BROKEN_FreeBSD_13= Your OpenSSL headers do not match your library |
28 |
.endif |
29 |
|
30 |
.include <bsd.port.post.mk> |