diff options
-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 |