2021-05-30 03:41:28 +02:00
|
|
|
# $NetBSD: Makefile,v 1.8 2021/05/30 01:41:28 khorben Exp $
|
2013-06-05 21:49:36 +02:00
|
|
|
|
2021-05-30 03:41:28 +02:00
|
|
|
DISTNAME= ssdeep-2.14.1
|
2013-06-05 21:49:36 +02:00
|
|
|
CATEGORIES= security
|
2021-05-30 03:41:28 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=ssdeep-project/}
|
|
|
|
GITHUB_TAG= release-${PKGVERSION_NOREV}
|
2013-06-05 21:49:36 +02:00
|
|
|
|
|
|
|
MAINTAINER= khorben@defora.org
|
2020-03-20 12:57:53 +01:00
|
|
|
HOMEPAGE= http://ssdeep.sourceforge.net/
|
2013-06-05 21:49:36 +02:00
|
|
|
COMMENT= Program computing context triggered piecewise hashes (CTPH)
|
|
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
|
2021-05-30 03:41:28 +02:00
|
|
|
USE_TOOLS+= automake autoreconf
|
2013-06-05 21:49:36 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
|
2021-05-30 03:41:28 +02:00
|
|
|
pre-configure:
|
|
|
|
cd ${WRKSRC} && autoreconf -fiv
|
|
|
|
|
2013-06-05 21:49:36 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|