summaryrefslogtreecommitdiff
path: root/inputmethod/scim-array/Makefile
diff options
context:
space:
mode:
authorobache <obache>2009-11-24 11:48:43 +0000
committerobache <obache>2009-11-24 11:48:43 +0000
commitcecdffdee4912d47d551e81d31663593c4b3214b (patch)
treea271e1381966ae82ccfcd2d8d132c12ab5e68b4b /inputmethod/scim-array/Makefile
parent97e2cd4dfe4957450dcd35b67868fcf85f940ee7 (diff)
downloadpkgsrc-cecdffdee4912d47d551e81d31663593c4b3214b.tar.gz
Import scim-array-1.0.1 as inputmethod/scim-array.
This input method engine is developed to support the Array 30 input method in SCIM framework. SCIM Array 30 Input Method Engine provides with all the functions of Array 30, including 1st and 2nd level short codes, special codes, and symbol input.
Diffstat (limited to 'inputmethod/scim-array/Makefile')
-rw-r--r--inputmethod/scim-array/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/inputmethod/scim-array/Makefile b/inputmethod/scim-array/Makefile
new file mode 100644
index 00000000000..ccd34f88f49
--- /dev/null
+++ b/inputmethod/scim-array/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/11/24 11:48:43 obache Exp $
+#
+
+DISTNAME= scim-array-1.0.1
+CATEGORIES= inputmethod chinese
+MASTER_SITES= http://of.openfoundry.org/download/scimarray/1.0.1/
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://scimarray.openfoundry.org/index_en.html
+COMMENT= Array 30 Input Method Engine for SCIM
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_PKGLOCALEDIR= yes
+USE_LANGUAGES= c c++
+USE_TOOLS+= msgfmt pkg-config
+
+USE_SCIM_GTKUTILS= yes
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../inputmethod/scim/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"