summaryrefslogtreecommitdiff
path: root/security/ssdeep/Makefile
blob: ba38a4c7c83a2c31fc01cdbe4e52465af079d05b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.1 2013/06/05 19:49:36 khorben Exp $
#

DISTNAME=	ssdeep-2.9
CATEGORIES=	security
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=ssdeep/}

MAINTAINER=	khorben@defora.org
HOMEPAGE=	http://ssdeep.sourceforge.net/
COMMENT=	Program computing context triggered piecewise hashes (CTPH)
LICENSE=	gnu-gpl-v2

GNU_CONFIGURE=	yes
USE_LIBTOOL=	yes
USE_LANGUAGES=	c c++

.include "../../mk/bsd.pkg.mk"