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

PORTNAME=	yara
PORTVERSION=	1.7
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	GOOGLE_CODE

MAINTAINER=	wxs@FreeBSD.org
COMMENT=	A malware identification and classification tool

LIB_DEPENDS=	pcre.3:${PORTSDIR}/devel/pcre

PROJECTHOST=	yara-project
MAKE_JOBS_SAFE=	yes
GNU_CONFIGURE=	yes
CFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
USE_LDCONFIG=	yes
USE_CSTD=	gnu89

MAN1=	yara.1

.include <bsd.port.mk>