1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/security/hashcat/Makefile
Mathieu Arnold 50cfbaceb2 Cleanup USE_GITHUB usage.
Sponsored by:	Absolight
2016-07-18 13:39:17 +00:00

30 lines
571 B
Makefile

# Created by: Nikolai Lifanov <lifanov@mail.lifanov.com>
# $FreeBSD$
PORTNAME= hashcat
PORTVERSION= 3.00
DISTVERSIONPREFIX= v
CATEGORIES= security
MAINTAINER= lifanov@mail.lifanov.com
COMMENT= Advanced CPU-based password recovery utility
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/docs/license.txt
BUILD_DEPENDS= ${LOCALBASE}/include/CL/cl.h:devel/opencl \
${LOCALBASE}/bin/gsed:textproc/gsed
BROKEN_FreeBSD_9= does not build
USE_GITHUB= yes
ALL_TARGET= native
USES= gmake localbase
USE_CSTD= c99
pre-install:
${STRIP_CMD} ${WRKSRC}/hashcat
.include <bsd.port.mk>