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.
21 lines
532 B
Makefile
21 lines
532 B
Makefile
# $NetBSD: Makefile,v 1.8 2021/05/30 01:41:28 khorben Exp $
|
|
|
|
DISTNAME= ssdeep-2.14.1
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=ssdeep-project/}
|
|
GITHUB_TAG= release-${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= khorben@defora.org
|
|
HOMEPAGE= http://ssdeep.sourceforge.net/
|
|
COMMENT= Program computing context triggered piecewise hashes (CTPH)
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_TOOLS+= automake autoreconf
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && autoreconf -fiv
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|