diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-04-16 16:38:27 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-04-16 16:38:27 +0000 |
commit | dabd5d73a16496267720c3983d0adf1c0dc63c25 (patch) | |
tree | 8f192e88c97a28bf98010a318132d06896dc4261 /japanese | |
parent | 41db800c30a536bd88e2e4ad28d8b1201ee2c922 (diff) |
Add uim-anthy. Uim plugin using Anthy input method.
PR: ports/95785
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Notes
Notes:
svn path=/head/; revision=159721
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/uim-anthy/Makefile | 29 | ||||
-rw-r--r-- | japanese/uim-anthy/pkg-descr | 3 | ||||
-rw-r--r-- | japanese/uim-anthy/pkg-plist | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index b2fd7887f2d6..83b6f5f0fb3a 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -377,6 +377,7 @@ SUBDIR += trac SUBDIR += truetypefonts SUBDIR += typist + SUBDIR += uim-anthy SUBDIR += vera-fpw SUBDIR += vflib SUBDIR += vftool diff --git a/japanese/uim-anthy/Makefile b/japanese/uim-anthy/Makefile new file mode 100644 index 000000000000..2153c2a7c7e5 --- /dev/null +++ b/japanese/uim-anthy/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: ja-uim-anthy +# Date created: 31 August 2003 +# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= japanese +PKGNAMESUFFIX= -anthy + +COMMENT= Uim plugin using Anthy input method + +RUN_DEPENDS= uim-module-manager:${PORTSDIR}/textproc/uim +LIB_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy + +MASTERDIR= ${.CURDIR}/../../textproc/uim +PKGDIR= ${.CURDIR} +CONFIGURE_ARGS= --with-anthy + +UIM_SLAVE= yes + +do-install: + cd ${WRKSRC}/uim && \ + ${GMAKE} uim_plugin_LTLIBRARIES=libuim-anthy.la install-uim_pluginLTLIBRARIES + +post-install: + uim-module-manager --register anthy + +.include "${MASTERDIR}/Makefile" diff --git a/japanese/uim-anthy/pkg-descr b/japanese/uim-anthy/pkg-descr new file mode 100644 index 000000000000..aebe6ac8d0bd --- /dev/null +++ b/japanese/uim-anthy/pkg-descr @@ -0,0 +1,3 @@ +uim plugin using Anthy input method. + +WWW: http://uim.freedesktop.org/wiki/ diff --git a/japanese/uim-anthy/pkg-plist b/japanese/uim-anthy/pkg-plist new file mode 100644 index 000000000000..142c7dc68c43 --- /dev/null +++ b/japanese/uim-anthy/pkg-plist @@ -0,0 +1,5 @@ +lib/uim/plugin/libuim-anthy.a +lib/uim/plugin/libuim-anthy.la +lib/uim/plugin/libuim-anthy.so +@exec uim-module-manager --register anthy +@unexec uim-module-manager --unregister anthy |