pkgsrc/inputmethod/libchewing/Makefile
obache 63531eb4f9 Update libchewing to 0.3.3.
What's New in libchewing 0.3.3
---------------------------------------------------------
* Fix memory access violation.
* Improved Python binding.
* Merged with libchewing-data project. (r455)
* Improved random key stroke tester.
* Fix the handling of phonetic symbols in Hsu's keyboard.
* Fix unexpected candidate disorder when doing symbol choice.
* Revised phrase choice from rearward logic.
* Fix cross compilation.
* Improved shell script to merge changes form libchewing-data.
* Successful stories:
  . Google ChromeOS provides built-in Chewing IM support
  . MeeGo platform provides built-in Chewing IM support
2011-10-08 08:17:51 +00:00

21 lines
486 B
Makefile

# $NetBSD: Makefile,v 1.5 2011/10/08 08:17:51 obache Exp $
#
DISTNAME= libchewing-0.3.3
CATEGORIES= chinese inputmethod
MASTER_SITES= http://chewing.csie.net/download/libchewing/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://chewing.csie.net/
COMMENT= The intelligent phonetic input method library
LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= chewing.pc.in
.include "../../mk/bsd.pkg.mk"