summaryrefslogtreecommitdiff
path: root/security/ssdeep/Makefile
blob: 9bf4a211e6f00c05e2046ca33f7b3d4caafa1ea5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.4 2014/09/23 15:11:54 joerg Exp $
#

DISTNAME=	ssdeep-2.11
PKGREVISION=	1
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"