opnsense-ports/security/yara/Makefile
Franco Fichtner dc8ff965e5 security/yara: sync with upstream
Taken from: HardenedBSD
2018-08-13 02:36:47 +02:00

26 lines
559 B
Makefile

# $FreeBSD$
PORTNAME= yara
PORTVERSION= 3.8.0
DISTVERSIONPREFIX= v
CATEGORIES= security
MAINTAINER= antoine@FreeBSD.org
COMMENT= Malware identification and classification tool
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= VirusTotal
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-magic --enable-dotnet --enable-macho --enable-dex
INSTALL_TARGET= install-strip
TEST_TARGET= check
USES= alias autoreconf libtool pathfix ssl
USE_LDCONFIG= yes
CPPFLAGS+= -isystem ${OPENSSLINC}
LIBS+= -L${OPENSSLLIB}
.include <bsd.port.mk>