4c299a15be
This package includes many data files for SCIM Generic Table Input Method module (table). They support Chinese (Simplified and Traditional), Japanese, Korean and some other languages, such as Russian etc. The data files will be converted to binary format and installed to ${prefix}/share/scim/tables/. SCIM table im module will load them automatically.
25 lines
623 B
Makefile
25 lines
623 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/11/24 12:07:34 obache Exp $
|
|
#
|
|
|
|
DISTNAME= scim-tables-0.5.9
|
|
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"
|