a622af624a
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.
25 lines
623 B
Makefile
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"
|