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/uim-anthy | |
parent | 41db800c30a536bd88e2e4ad28d8b1201ee2c922 (diff) | |
download | ports-dabd5d73a16496267720c3983d0adf1c0dc63c25.tar.gz ports-dabd5d73a16496267720c3983d0adf1c0dc63c25.zip |
Notes
Diffstat (limited to 'japanese/uim-anthy')
-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 |
3 files changed, 37 insertions, 0 deletions
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 |