# Created by: Antoine Brodin # $FreeBSD$ PORTNAME= libesedb DISTVERSION= alpha-20120102 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= --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} USES= gettext iconv pathfix USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} PORTDOCS= AUTHORS ChangeLog OPTIONS_DEFINE= DOCS .include post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .endif .include