mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
a523e531cd
OpenSSL versions before 1.0 do not provide all required functions in libcrypto. On FreeBSD-11 the ports version of OpenSSL is required to build this port.
29 lines
494 B
Makefile
29 lines
494 B
Makefile
# Created by: David E. Thiel <lx@FreeBSD.org>
|
|
|
|
PORTNAME= ncrack
|
|
DISTVERSION= 0.7
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= se@FreeBSD.org
|
|
COMMENT= High-speed network authentication cracking tool
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gmake ssl
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= nmap
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CPPFLAGS+= -I${OPENSSLINC}
|
|
LDFLAGS+= -L${OPENSSLLIB}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${SSL_DEFAULT} == base
|
|
BROKEN_FreeBSD_11= OpenSSL > 1.0 required
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|