freebsd-ports/devel/libewf/Makefile
Florian Smeets d26530b713 - introduce a USE_FUSE macro
- convert all fuse ports to use the new macro

The macro makes sure sysutils/fusefs-libs gets installed and depending on
fuse being in base or not it installs sysutils/fusefs-kmod.

Approved by:	portmgr (bapt)
2012-12-14 15:47:00 +00:00

37 lines
844 B
Makefile

# New ports collection makefile for: libewf
# Date created: 31 May 2012
# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libewf
PORTVERSION= 20120813
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}2/${PORTNAME}-${PORTVERSION}
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= A library for support of the Expert Witness Compression Format (EWF)
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \
USE_FUSE= yes
USE_GETTEXT= yes
USE_ICONV= yes
USE_LDCONFIG= yes
USE_OPENSSL= yes
USE_PYTHON= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-python
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26
MAN1= ewfacquire.1 ewfacquirestream.1 ewfexport.1 \
ewfinfo.1 ewfmount.1 ewfverify.1
MAN3= libewf.3
.include <bsd.port.mk>