blob: f0ef4b9c7d9d89332648a4d96b89348f57a96a2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.4 2017/06/07 20:46:34 wiz Exp $
DISTNAME= yara-${VERSION}
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=VirusTotal/}
COMMENT= Pattern matching swiss knife for malware researchers
USE_TOOLS+= pkg-config automake autoreconf
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= libyara/yara.pc.in
pre-configure:
cd ${WRKSRC} && autoreconf -fiv
.include "../../security/yara/Makefile.common"
.include "../../mk/bsd.pkg.mk"
|