pkgsrc/devel/libthai/Makefile
obache 9b73d5f9fb Update libthai to 0.1.21.
LibThai 0.1.21 (21 August 2014):
* Updated word break dictionary.
* Improve word breaking performance by 8.61%
2014-08-26 11:35:49 +00:00

24 lines
631 B
Makefile

# $NetBSD: Makefile,v 1.15 2014/08/26 11:35:49 obache Exp $
DISTNAME= libthai-0.1.21
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"