1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/security/ncrack/Makefile
Stefan Eßer a523e531cd security/ncrack: mark broken for FreeBSD-11 with base OpenSSL
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.
2021-05-05 12:39:56 +02:00

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>