pkgsrc/devel/libdatrie/Makefile
obache a075ec399b update libdatrie to 0.2.3.
0.2.3 (2010-02-27)
=====
- More robustness against corrupted trie files.
- License clarification in individual source files.
2010-03-10 13:38:07 +00:00

25 lines
644 B
Makefile

# $NetBSD: Makefile,v 1.6 2010/03/10 13:38:07 obache Exp $
#
DISTNAME= libdatrie-0.2.3
CATEGORIES= devel
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/ \
ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://linux.thai.net/~thep/datrie/datrie.html
COMMENT= Implementation of Double-Array Trie
LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= datrie-0.2.pc.in
CONFIGURE_ARGS+= --disable-doxygen-doc
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"