pkgsrc/devel/libthai/Makefile
obache a622af624a Update libthai to 0.1.14.
LibThai 0.1.14 (28 February 2010):
* Fix crash on corrupted dictionary file; now it fails quietly instead.
* License clarification on individual source files.
* Updated word break dictionary.
2010-03-10 13:41:37 +00:00

25 lines
623 B
Makefile

# $NetBSD: Makefile,v 1.8 2010/03/10 13:41:37 obache Exp $
#
DISTNAME= libthai-0.1.14
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"