summaryrefslogtreecommitdiff
path: root/security/yara/Makefile
blob: 14cedf485f0eec87882e53a8fd90eeaecc8ca85f (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
# $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
GNU_CONFIGURE=	yes
CFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
USE_LDCONFIG=	yes
USE_CSTD=	gnu89

MAN1=	yara.1

.include <bsd.port.mk>