Date: Sun, 1 May 2016 07:50:18 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414393 - head/devel/libesedb Message-ID: <201605010750.u417oI31060920@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun May 1 07:50:18 2016 New Revision: 414393 URL: https://svnweb.freebsd.org/changeset/ports/414393 Log: Unbundle libfwnt Modified: head/devel/libesedb/Makefile Modified: head/devel/libesedb/Makefile ============================================================================== --- head/devel/libesedb/Makefile Sun May 1 07:49:41 2016 (r414392) +++ head/devel/libesedb/Makefile Sun May 1 07:50:18 2016 (r414393) @@ -4,6 +4,7 @@ PORTNAME= libesedb # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH DISTVERSION= experimental-20151213 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libesedb/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -11,10 +12,13 @@ MASTER_SITES= https://github.com/libyal/ MAINTAINER= antoine@FreeBSD.org COMMENT= Library and tools to access the ESEDB format -LICENSE= LGPL3 +LICENSE= LGPL3+ + +LIB_DEPENDS= libfwnt.so:devel/libfwnt GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} +CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} \ + --with-libfwnt=${LOCALBASE} USES= gettext libtool pathfix python USE_LDCONFIG= yes INSTALL_TARGET= install-strip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605010750.u417oI31060920>