6467a5ffbd
0.2.6 (2013-01-23) ===== - New API trie_state_walkable_chars() for breadth-first traversal. - New class TrieIterator for callback-free enumeration. - Improved performance on key enumeration. - Improved AlphaMap range merging. - Bug fixes. [Many thanks to Mikhail Korobov for improvements in this version.]
26 lines
687 B
Makefile
26 lines
687 B
Makefile
# $NetBSD: Makefile,v 1.12 2013/09/03 09:12:56 obache Exp $
|
|
#
|
|
|
|
DISTNAME= libdatrie-0.2.6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ \
|
|
ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://linux.thai.net/~thep/datrie/datrie.html
|
|
COMMENT= Implementation of Double-Array Trie
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ENV+= ICONV_LIBS=${BUILDLINK_LDADD.iconv:Q}
|
|
|
|
PKGCONFIG_OVERRIDE+= datrie-0.2.pc.in
|
|
|
|
CONFIGURE_ARGS+= --disable-doxygen-doc
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|