blob: ff930ca89a4df8fde1fc71470f13b1461a7546ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.2 2015/06/06 08:57:18 pettai Exp $
PKGNAME= yara-${YAVER}
CATEGORIES= security
COMMENT= Pattern matching swiss knife for malware researchers
WRKSRC= ${WRKDIR}/yara-${YAVER}
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"
|