acb20f268c
Approved by: portmgr (blanket)
27 lines
651 B
Makefile
27 lines
651 B
Makefile
PORTNAME= yara
|
|
DISTVERSION= 4.1.1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Malware identification and classification tool
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libjansson.so:devel/jansson
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= VirusTotal
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-cuckoo --enable-dex --enable-dotnet --enable-macho --enable-magic
|
|
INSTALL_TARGET= install-strip
|
|
TEST_TARGET= check
|
|
USES= alias autoreconf cpe libtool localbase pathfix pkgconfig ssl
|
|
CPE_VENDOR= virustotal
|
|
USE_LDCONFIG= yes
|
|
CPPFLAGS+= -isystem ${OPENSSLINC}
|
|
LIBS+= -L${OPENSSLLIB}
|
|
|
|
.include <bsd.port.mk>
|