mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
50cfbaceb2
Sponsored by: Absolight
30 lines
571 B
Makefile
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>
|