pkgsrc-wip/libchewing/Makefile
OBATA Akio 7652942fbb Import libchewing-0.3.2 as wip/libchewing.
Newer version of inputmethod/libchewing.
0.3.2 is API/ABI incompatible with 0.2.x, and inputmethod/xcin require
0.2.x API, so import here.

libchewing is derived from Chewing input method, a xcin module focusing on
intelligent phonetic processing by lckung and kpchen.
2009-01-14 13:41:27 +00:00

20 lines
467 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/01/14 13:41:27 obache Exp $
#
DISTNAME= libchewing-0.3.2
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
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= chewing.pc.in
.include "../../mk/bsd.pkg.mk"