mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
c2a0be478e
Approved by: portmgr (blanket)
24 lines
425 B
Makefile
24 lines
425 B
Makefile
PORTNAME= ncrack
|
|
DISTVERSION= 0.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= se@FreeBSD.org
|
|
COMMENT= High-speed network authentication cracking tool
|
|
WWW= https://nmap.org/ncrack/
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gmake ssl
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= nmap
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
|
|
CPPFLAGS+= -I${OPENSSLINC}
|
|
LDFLAGS+= -L${OPENSSLLIB}
|
|
|
|
.include <bsd.port.mk>
|