# Created by: Chris Calvey <chris@securityforensics.co.uk>
# $FreeBSD: sysutils/afflib/Makefile 334242 2013-11-18 19:07:27Z antoine $

PORTNAME=	afflib
PORTVERSION=	3.7.4
CATEGORIES=	sysutils
MASTER_SITES=	http://www.digitalcorpora.org/downloads/${PORTNAME}/

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

LICENSE=	BSD

LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2 \
		libcurl.so:${PORTSDIR}/ftp/curl

USE_LDCONFIG=	yes
USE_OPENSSL=	yes
USES=		fuse pathfix
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--enable-s3=yes

.include <bsd.port.mk>
