Files
ports/security/yara/Makefile
T
2026-05-20 14:56:07 +00:00

29 lines
686 B
Makefile

PORTNAME= yara
DISTVERSION= 4.5.5
DISTVERSIONPREFIX= v
CATEGORIES= security
MAINTAINER= antoine@FreeBSD.org
COMMENT= Malware identification and classification tool
WWW= https://virustotal.github.io/yara/
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= autoreconf cpe libtool localbase pathfix pkgconfig ssl
CPE_VENDOR= virustotal
USE_LDCONFIG= yes
CPPFLAGS+= -isystem ${OPENSSLINC}
LIBS+= -L${OPENSSLLIB}
.include <bsd.port.mk>