mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
e740ecba85
- Use libtool PR: ports/186836 Approved by: maintainer timeout (2 weeks)
27 lines
699 B
Makefile
27 lines
699 B
Makefile
# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libewf
|
|
PORTVERSION= 20140227
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/ \
|
|
LOCAL/antoine
|
|
|
|
MAINTAINER= nobutaka@FreeBSD.org
|
|
COMMENT= A library for support of the Expert Witness Compression Format (EWF)
|
|
|
|
LICENSE= LGPL3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid
|
|
|
|
USES= fuse gettext iconv libtool pathfix pkgconfig
|
|
USE_LDCONFIG= yes
|
|
USE_OPENSSL= yes
|
|
USE_PYTHON= 2
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} --with-libuuid=${LOCALBASE} ${ICONV_CONFIGURE_ARG}
|
|
|
|
.include <bsd.port.mk>
|