pkgsrc/devel/libthai/Makefile
obache b2a89a75c1 Update libthai to 0.1.12.
LibThai 0.1.12 (18 June 2009):
* Improved unknown words boundary.
* Add symbol versioning.
* Updated word break dictionary.
2009-08-08 07:31:59 +00:00

25 lines
623 B
Makefile

# $NetBSD: Makefile,v 1.6 2009/08/08 07:31:59 obache Exp $
#
DISTNAME= libthai-0.1.12
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"