pkgsrc/devel/libthai/Makefile
obache 884d5b03f0 Update libthai to 0.1.20
=======================================================================
RELEASES INFORMATION
=======================================================================

LibThai 0.1.20 (25 October 2013):
* Updated word break dictionary.
* Fix compiler warnings in test suites.
2014-02-27 12:45:24 +00:00

24 lines
631 B
Makefile

# $NetBSD: Makefile,v 1.14 2014/02/27 12:45:24 obache Exp $
DISTNAME= libthai-0.1.20
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"