freebsd-ports/devel/libesedb/Makefile

39 lines
1,019 B
Makefile
Raw Normal View History

# 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
DISTVERSION= experimental-20170121
CATEGORIES= devel
2015-04-17 22:36:42 +02:00
MASTER_SITES= https://github.com/libyal/libesedb/releases/download/${PORTVERSION:E}/ \
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
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-python --with-libfwnt=${LOCALBASE}
USES= libtool pathfix python
USE_LDCONFIG= yes
2014-05-08 00:39:09 +02:00
INSTALL_TARGET= install-strip
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
OPTIONS_DEFINE= DOCS NLS
NLS_USES= gettext
NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE}
NLS_CONFIGURE_OFF= --disable-nls
PORTDOCS= AUTHORS ChangeLog
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>