summaryrefslogtreecommitdiffstats
path: root/security/yara/Makefile
blob: c6103b4167101eefba8bee6ac9c2af65d6a34b3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $FreeBSD$

PORTNAME=	yara
PORTVERSION=	3.6.3
DISTVERSIONPREFIX=	v
CATEGORIES=	security

MAINTAINER=	antoine@FreeBSD.org
COMMENT=	Malware identification and classification tool

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

USE_GITHUB=	yes
GH_ACCOUNT=	VirusTotal

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--enable-magic --enable-dotnet
INSTALL_TARGET=	install-strip
TEST_TARGET=	check
USES=		alias autoreconf libtool pathfix ssl
USE_LDCONFIG=	yes
CPPFLAGS+=	-isystem ${OPENSSLINC}
LIBS+=		-L${OPENSSLLIB}

.include <bsd.port.mk>
OpenPOWER on IntegriCloud