Prune devel/py-EnthoughtBase
[dports.git] / devel / libdatrie / Makefile
1 # Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       libdatrie
5 PORTVERSION=    0.2.10
6 CATEGORIES=     devel
7 MASTER_SITES=   http://linux.thai.net/pub/thailinux/software/libthai/
8
9 MAINTAINER=     bofh@FreeBSD.org
10 COMMENT=        Double-array trie implementation library
11
12 LICENSE=        LGPL21
13
14 OPTIONS_DEFINE= DOCS
15
16 GNU_CONFIGURE=  yes
17 USE_LDCONFIG=   yes
18 USES=           iconv libtool pathfix tar:xz
19
20 CPPFLAGS+=      -I${LOCALBASE}/include
21 LDFLAGS+=       -L${LOCALBASE}/lib ${ICONV_LIB}
22
23 PORTDOCS=       README.migration
24 INSTALL_TARGET= install-strip
25
26 .include <bsd.port.mk>