17 lines
404 B
Makefile
17 lines
404 B
Makefile
# $NetBSD: Makefile,v 1.7 2020/03/20 11:58:19 nia 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"
|