freebsd-ports/security/yara/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

28 lines
557 B
Makefile

# New ports collection makefile for: yara
# Date created: Mar 7 2011
# Whom: wxs@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= yara
PORTVERSION= 1.5
CATEGORIES= security
MASTER_SITES= GOOGLE_CODE
MAINTAINER= wxs@FreeBSD.org
COMMENT= A malware identification and classification tool
LIB_DEPENDS= re2.0:${PORTSDIR}/devel/re2
PROJECTHOST= yara-project
MAKE_JOBS_SAFE= yes
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= "--with-re2"
USE_LDCONFIG= yes
MAN1= yara.1
.include <bsd.port.mk>