freebsd-ports/security/yara/Makefile
Wesley Shields f184505469 Remove the header for ports I created.
For dns/openresolv give proper attribution. This was a copy/paste
mistake the submitter made, which incorrectly gave me attribution
for that file. I did not create it.
2012-12-12 18:48:33 +00:00

24 lines
449 B
Makefile

# $FreeBSD$
PORTNAME= yara
PORTVERSION= 1.6
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
USE_CSTD= gnu89
MAN1= yara.1
.include <bsd.port.mk>