summaryrefslogtreecommitdiff
path: root/security/hashcat/Makefile
blob: d4570d95840c0e458bf95d2f056791d85acb4118 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.2 2022/09/05 11:13:56 adam Exp $

DISTNAME=	hashcat-6.2.6
CATEGORIES=	security
MASTER_SITES=	https://hashcat.net/files/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://hashcat.net/
COMMENT=	World's fastest and most advanced password recovery utility
LICENSE=	mit

USE_LANGUAGES=	c c++
USE_TOOLS+=	gmake gsed
BUILD_TARGET=	hashcat
MAKE_ENV+=	SHARED=1
MAKE_ENV+=	USE_SYSTEM_ZLIB=1
MAKE_ENV+=	USE_SYSTEM_XXHASH=1

.include "../../archivers/minizip/buildlink3.mk"
.include "../../devel/xxhash/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"