# Created by: Antoine Brodin # $FreeBSD: head/devel/libesedb/Makefile 366603 2014-08-30 09:58:03Z antoine $ PORTNAME= libesedb # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH DISTVERSION= experimental-20140803 CATEGORIES= devel MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSN082cmxsbHB0anc/ \ LOCAL/antoine MAINTAINER= antoine@FreeBSD.org COMMENT= Library and tools to access the ESEDB format LICENSE= LGPL3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} USES= gettext iconv libtool pathfix python:2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} PORTDOCS= AUTHORS ChangeLog OPTIONS_DEFINE= DOCS post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include