18 lines
421 B
Makefile
18 lines
421 B
Makefile
# $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"
|