1a4274c2d0
LibThai 0.1.27: * Fix another reproducibility issue in the generated documentation, caught by Debian Reproducible. * Updated word break dictionary. LibThai 0.1.26: * Updated word break dictionary. LibThai 0.1.25: * New word break APIs for more thread-safety. * Fix compilation error and warning with GCC 6. * Do not test word breaking if dictionary is disabled. * Updated word break dictionary. LibThai 0.1.24: * Fix infinite loop caused by optimization in previous version. * Updated word break dictionary. LibThai 0.1.23: * Correctly check doxygen version on configure. * Threadsafe word breaking. * Improve word breaking performance by 0.1% (About 0.28% when used with libdatrie 0.2.10) * Updated word break dictionary. LibThai 0.1.22: * Updated word break dictionary. * Improve word breaking performance by 0.38% * No timestamp on Doxygen-generated doc
22 lines
646 B
Makefile
22 lines
646 B
Makefile
# $NetBSD: Makefile,v 1.19 2018/02/23 15:03:42 adam Exp $
|
|
|
|
DISTNAME= libthai-0.1.27
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/
|
|
MASTER_SITES+= ftp://linux.thai.net/pub/ThaiLinux/software/libthai/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://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"
|