aboutsummaryrefslogblamecommitdiff
path: root/security/yara/Makefile
blob: 1ca25e8cb6dddd1b770abf38c24777c6df1c24ee (plain) (tree)
1
2
3
4
5
6
7
8
9
                    
                     
                         
                        
 
                                   
                                                              
 
                          

                                 

                                           
                   
                          
 
                   
                                                                                          
                             
                     

                                                                            
                   
                                      
                               
 
                      
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>