pkgsrc/devel/libthai/Makefile
obache 682efbbc43 Update libthai to 0.1.15.
LibThai 0.1.15 (24 March 2011):
* Updated word break dictionary.
2011-04-06 11:13:32 +00:00

25 lines
623 B
Makefile

# $NetBSD: Makefile,v 1.9 2011/04/06 11:13:32 obache Exp $
#
DISTNAME= libthai-0.1.15
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"