Introduction Scim-hangul is a SCIM IMEngine module for inputing korean scripts. Scim-hangul is for native speakers, not for foreigners. If you don't want to learn korean keyboard layout, use scim-table :) Feature This engine supports 2 beolsik, 3 beolsik final, 3 beolsik 390, 3 beolsik no-shift and etc. You can input chinese character (hanja) with F9 key when you have preedit string. Check other korean input methods here: http://wiki.kldp.org/wiki.php/KoreanInputMethod
26 lines
684 B
Makefile
26 lines
684 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/11/24 11:54:35 obache Exp $
|
|
#
|
|
|
|
DISTNAME= scim-hangul-0.3.2
|
|
CATEGORIES= inputmethod korean
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scim/}
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://www.scim-im.org/
|
|
COMMENT= SCIM IMEngine module for inputing korean scripts
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= msgfmt pkg-config gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_SCIM_GTKUTILS= yes
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../inputmethod/libhangul/buildlink3.mk"
|
|
.include "../../inputmethod/scim/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|