Prune devel/py-EnthoughtBase
[dports.git] / devel / libesedb / Makefile
1 # Created by: Antoine Brodin <antoine@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       libesedb
5 # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH
6 DISTVERSION=    experimental-20150409
7 CATEGORIES=     devel
8 MASTER_SITES=   https://github.com/libyal/libesedb/releases/download/${PORTVERSION:E}/ \
9                 LOCAL/antoine
10
11 MAINTAINER=     antoine@FreeBSD.org
12 COMMENT=        Library and tools to access the ESEDB format
13
14 LICENSE=        LGPL3
15
16 GNU_CONFIGURE=  yes
17 CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE}
18 USES=           gettext libtool pathfix python
19 USE_LDCONFIG=   yes
20 INSTALL_TARGET= install-strip
21 WRKSRC=         ${WRKDIR}/${PORTNAME}-${PORTVERSION:E}
22
23 PORTDOCS=       AUTHORS ChangeLog
24
25 OPTIONS_DEFINE= DOCS
26
27 post-install:
28         @${MKDIR} ${STAGEDIR}${DOCSDIR}
29         ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
30
31 .include <bsd.port.mk>