pkgsrc/devel/libthai/Makefile
obache 292e469b60 Update libthai to 0.1.11.
LibThai 0.1.11 (6 April 2009):
* Diminished link flags in pkg-config info, for less dependency for clients.
* More words in word break dictionary.

LibThai 0.1.10 (30 March 2009):
* More dictionary capacity with libdatrie 0.2.
* Dictionary clean-up on unload.
* Some performance fine-tuning.
* More words in word break dictionary.
2009-05-15 08:55:35 +00:00

26 lines
624 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/05/15 08:55:35 obache Exp $
#
DISTNAME= libthai-0.1.11
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/projects/libthai
COMMENT= Thai language support routines
LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= libthai.pc.in
CONFIGURE_ARGS+= --disable-doxygen-doc
.include "../../devel/libdatrie/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"