aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libewf/Makefile
blob: 55465f27a8f77cf4dd4e5979a1bc5a8f3009d808 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
# $FreeBSD$

PORTNAME=   libewf
PORTVERSION=    20130303
CATEGORIES= devel
MASTER_SITES=   GOOGLE_CODE

MAINTAINER= nobutaka@FreeBSD.org
COMMENT=    A library for support of the Expert Witness Compression Format (EWF)

LICENSE=    LGPL3
LICENSE_FILE=   ${WRKSRC}/COPYING

LIB_DEPENDS=    uuid:${PORTSDIR}/misc/e2fsprogs-libuuid

USES=       fuse pathfix gettext
USE_ICONV=  yes
USE_LDCONFIG=   yes
USE_OPENSSL=    yes
USE_PYTHON= yes

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --enable-python
LDFLAGS+=   -L${LOCALBASE}/lib

MAN1=       ewfacquire.1 ewfacquirestream.1 ewfexport.1 \
        ewfinfo.1 ewfmount.1 ewfrecover.1 ewfverify.1
MAN3=       libewf.3

.include <bsd.port.mk>