diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-04-16 16:46:19 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-04-16 16:46:19 +0000 |
commit | e1cb76089d56bec642118229227e081ccdf4512b (patch) | |
tree | 791d8dbfe5990464f48be8c16f33089f5b78bd8c /textproc | |
parent | Add uim-gtk. GTK+ modules of uim input method. (diff) |
Add uim-m17nlib. Uim plugin using m17n library input method.
PR: ports/95785
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Notes
Notes:
svn path=/head/; revision=159732
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/uim-m17nlib/Makefile | 28 | ||||
-rw-r--r-- | textproc/uim-m17nlib/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/uim-m17nlib/pkg-plist | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 2522fe96c099..e15251efb2b5 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -791,6 +791,7 @@ SUBDIR += uim-el-xemacs21-mule SUBDIR += uim-gnome SUBDIR += uim-gtk + SUBDIR += uim-m17nlib SUBDIR += uni2ascii SUBDIR += unroff SUBDIR += unrtf diff --git a/textproc/uim-m17nlib/Makefile b/textproc/uim-m17nlib/Makefile new file mode 100644 index 000000000000..3af87a37ce8d --- /dev/null +++ b/textproc/uim-m17nlib/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: uim-m17nlib +# Date created: 31 August 2003 +# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -m17nlib + +COMMENT= Uim plugin using m17n library input method + +RUN_DEPENDS= uim-module-manager:${PORTSDIR}/textproc/uim +LIB_DEPENDS= m17n.1:${PORTSDIR}/devel/m17n-lib + +MASTERDIR= ${.CURDIR}/../../textproc/uim +PKGDIR= ${.CURDIR} +CONFIGURE_ARGS= --with-m17nlib + +UIM_SLAVE= yes + +do-install: + (cd ${WRKSRC}/uim && \ + ${GMAKE} uim_plugin_LTLIBRARIES=libuim-m17nlib.la install-uim_pluginLTLIBRARIES) + +post-install: + uim-module-manager --register m17nlib + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/uim-m17nlib/pkg-descr b/textproc/uim-m17nlib/pkg-descr new file mode 100644 index 000000000000..9c1f1ed7eadf --- /dev/null +++ b/textproc/uim-m17nlib/pkg-descr @@ -0,0 +1,3 @@ +uim plugin using m17n library input method. + +WWW: http://uim.freedesktop.org/wiki/ diff --git a/textproc/uim-m17nlib/pkg-plist b/textproc/uim-m17nlib/pkg-plist new file mode 100644 index 000000000000..0be7288b033e --- /dev/null +++ b/textproc/uim-m17nlib/pkg-plist @@ -0,0 +1,5 @@ +lib/uim/plugin/libuim-m17nlib.a +lib/uim/plugin/libuim-m17nlib.la +lib/uim/plugin/libuim-m17nlib.so +@exec uim-module-manager --register m17nlib +@unexec uim-module-manager --unregister m17nlib |