pkgsrc/devel/libthai/Makefile
adam a4da1aabea Changes 0.1.18:
* Updated word break dictionary.

Changes 0.1.17:
* Recognizes acronyms on word breaking.
* Updated word break dictionary.
2012-10-08 18:05:58 +00:00

25 lines
642 B
Makefile

# $NetBSD: Makefile,v 1.11 2012/10/08 18:05:58 adam Exp $
DISTNAME= libthai-0.1.18
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
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"