opnsense-ports/security/ncrack/Makefile
Franco Fichtner 664cd98220 */*: sync with upstream
Taken from: HardenedBSD
2018-05-02 17:27:24 +02:00

25 lines
525 B
Makefile

# Created by: David E. Thiel <lx@FreeBSD.org>
# $FreeBSD$
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
USE_HARDENING= safestack
GNU_CONFIGURE= yes
USES= gmake ssl
CPPFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}.0
.include <bsd.port.mk>