diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-04-16 16:40:18 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-04-16 16:40:18 +0000 |
commit | 888ba05ae6a211686eb3b619156522d29c93d759 (patch) | |
tree | 1ba6f70702acdaed078e481f8bf890dac8ff4499 /japanese | |
parent | dabd5d73a16496267720c3983d0adf1c0dc63c25 (diff) | |
download | ports-888ba05ae6a211686eb3b619156522d29c93d759.tar.gz ports-888ba05ae6a211686eb3b619156522d29c93d759.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/uim-canna/Makefile | 29 | ||||
-rw-r--r-- | japanese/uim-canna/pkg-descr | 3 | ||||
-rw-r--r-- | japanese/uim-canna/pkg-plist | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 83b6f5f0fb3a..5285446d433c 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -378,6 +378,7 @@ SUBDIR += truetypefonts SUBDIR += typist SUBDIR += uim-anthy + SUBDIR += uim-canna SUBDIR += vera-fpw SUBDIR += vflib SUBDIR += vftool diff --git a/japanese/uim-canna/Makefile b/japanese/uim-canna/Makefile new file mode 100644 index 000000000000..d9bb39c21dc7 --- /dev/null +++ b/japanese/uim-canna/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: ja-uim-canna +# Date created: 31 August 2003 +# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= japanese +PKGNAMESUFFIX= -canna + +COMMENT= Uim plugin using Canna input method + +RUN_DEPENDS= uim-module-manager:${PORTSDIR}/textproc/uim +LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna + +MASTERDIR= ${.CURDIR}/../../textproc/uim +PKGDIR= ${.CURDIR} +CONFIGURE_ARGS= --with-canna + +UIM_SLAVE= yes + +do-install: + cd ${WRKSRC}/uim && \ + ${GMAKE} uim_plugin_LTLIBRARIES=libuim-canna.la install-uim_pluginLTLIBRARIES + +post-install: + uim-module-manager --register canna + +.include "${MASTERDIR}/Makefile" diff --git a/japanese/uim-canna/pkg-descr b/japanese/uim-canna/pkg-descr new file mode 100644 index 000000000000..0d5577337cdc --- /dev/null +++ b/japanese/uim-canna/pkg-descr @@ -0,0 +1,3 @@ +uim plugin using Canna input method. + +WWW: http://uim.freedesktop.org/wiki/ diff --git a/japanese/uim-canna/pkg-plist b/japanese/uim-canna/pkg-plist new file mode 100644 index 000000000000..04240b6c7c43 --- /dev/null +++ b/japanese/uim-canna/pkg-plist @@ -0,0 +1,5 @@ +lib/uim/plugin/libuim-canna.a +lib/uim/plugin/libuim-canna.la +lib/uim/plugin/libuim-canna.so +@exec uim-module-manager --register canna +@unexec uim-module-manager --unregister canna |