The new features of scim-tables are the the next tables who are included: Kirshenbaum input method for emacs polytonic Greek added Hebrew added Hindi-remington added Hindi-inscript improved Marathi-remington added Punjabi-remington added Russian Yawerty improved Tamil-tamil99 added Uyghu-standard added Uyghu-romanized added Chinese Cangjie 6 added Chinese ZhuYin improved Chinese ZhuYin-Big improved Chinese Cantonese improved
25 lines
620 B
Makefile
25 lines
620 B
Makefile
# $NetBSD: Makefile,v 1.7 2011/06/02 10:09:37 obache Exp $
|
|
#
|
|
|
|
DISTNAME= scim-tables-0.5.10
|
|
CATEGORIES= inputmethod
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/}
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://www.scim-im.org/
|
|
COMMENT= Data files for SCIM Generic Table Input Method module
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= msgfmt pkg-config
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_SCIM_GTKUTILS= yes
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../inputmethod/scim/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|