aboutsummaryrefslogblamecommitdiff
path: root/sysutils/afflib/Makefile
blob: da73d55aa05e805de7e6b603ede4c8f3559190f1 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                          
           

                      
                      
                 
                         
                        
 
                                   
                                                               
 
                          
                                 
 

                                             
 



                        
                   
                               

                                                            
                             
 
                      
# Created by: Chris Calvey <chris@securityforensics.co.uk>
# $FreeBSD$

PORTNAME=	afflib
PORTVERSION=	3.7.16
PORTREVISION=	1
DISTVERSIONPREFIX=	v
CATEGORIES=	sysutils

MAINTAINER=	antoine@FreeBSD.org
COMMENT=	Advanced Forensics Format library and utilities

LICENSE=	BSD4CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libexpat.so:textproc/expat2 \
		libcurl.so:ftp/curl

USE_GITHUB=	yes
GH_ACCOUNT=	sshock
GH_PROJECT=	AFFLIBv3

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--enable-s3=yes
USES=		autoreconf fuse libtool pathfix readline ssl
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

.include <bsd.port.mk>