2013-11-23 10:21:43 +01:00
|
|
|
# Created by: Antoine Brodin <antoine@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libesedb
|
2014-08-05 18:55:03 +02:00
|
|
|
# If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH
|
2017-01-22 13:41:09 +01:00
|
|
|
DISTVERSION= experimental-20170121
|
2013-11-23 10:21:43 +01:00
|
|
|
CATEGORIES= devel
|
2015-04-17 22:36:42 +02:00
|
|
|
MASTER_SITES= https://github.com/libyal/libesedb/releases/download/${PORTVERSION:E}/ \
|
2013-11-23 10:21:43 +01:00
|
|
|
LOCAL/antoine
|
|
|
|
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
|
|
COMMENT= Library and tools to access the ESEDB format
|
|
|
|
|
2016-05-01 09:50:18 +02:00
|
|
|
LICENSE= LGPL3+
|
2016-09-03 11:27:24 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2016-05-01 09:50:18 +02:00
|
|
|
|
|
|
|
LIB_DEPENDS= libfwnt.so:devel/libfwnt
|
2013-11-23 10:21:43 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2017-01-22 13:41:09 +01:00
|
|
|
CONFIGURE_ARGS= --enable-python --with-libfwnt=${LOCALBASE}
|
|
|
|
USES= libtool pathfix python
|
2013-11-23 10:21:43 +01:00
|
|
|
USE_LDCONFIG= yes
|
2014-05-08 00:39:09 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2013-11-23 10:21:43 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
|
|
|
|
|
2017-01-22 13:41:09 +01:00
|
|
|
OPTIONS_DEFINE= DOCS NLS
|
|
|
|
|
|
|
|
NLS_USES= gettext
|
|
|
|
NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE}
|
|
|
|
NLS_CONFIGURE_OFF= --disable-nls
|
2013-11-23 10:21:43 +01:00
|
|
|
|
2017-01-22 13:41:09 +01:00
|
|
|
PORTDOCS= AUTHORS ChangeLog
|
2013-11-23 10:21:43 +01:00
|
|
|
|
2017-01-22 13:41:09 +01:00
|
|
|
do-install-DOCS-on:
|
2013-11-23 10:21:43 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|