pkgsrc/devel/libthai/Makefile
obache 5cc3c8ac42 Update libthai to 0.1.19.
LibThai 0.1.19 (29 January 2013):
* New API th_validate_leveled() for IM correction with strictness level.
* Updated word break dictionary.
* Switched to XZ tarball compression.
2013-09-03 09:24:42 +00:00

24 lines
631 B
Makefile

# $NetBSD: Makefile,v 1.13 2013/09/03 09:24:42 obache Exp $
DISTNAME= libthai-0.1.19
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/projects/libthai
COMMENT= Thai language support routines
LICENSE= gnu-lgpl-v2.1
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-doxygen-doc
PKGCONFIG_OVERRIDE+= libthai.pc.in
TEST_TARGET= check
.include "../../devel/libdatrie/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"