blob: 764534c26bb63d6b411cf4ed4379ba50a8a271c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.5 2015/08/30 14:49:07 taca Exp $
#
DISTNAME= ssdeep-2.13
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"
|