dabd5cdf81
** Version 2.14.1 - 7 Nov 2017 * Bug Fixes - Fixed a spelling error. - Made relative path mode on Win32 to work. ** Version 2.14 - 12 Sep 2017 * New Features - Optimizations to the fuzzy hashing engine. (hash generator can run as twice as fast and comparison can run 1.5 through 5 times faster [heavily depends on the data and platform] than the previous release) * Bug Fixes - Fixed issue when certain memory allocation is failed.
13 lines
343 B
Makefile
13 lines
343 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2021/05/30 01:41:28 khorben Exp $
|
|
|
|
BUILDLINK_TREE+= ssdeep
|
|
|
|
.if !defined(SSDEEP_BUILDLINK3_MK)
|
|
SSDEEP_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ssdeep+= ssdeep>=2.9
|
|
BUILDLINK_ABI_DEPENDS.ssdeep+= ssdeep>=2.9
|
|
BUILDLINK_PKGSRCDIR.ssdeep?= ../../security/ssdeep
|
|
.endif # SSDEEP_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ssdeep
|