diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-04-16 16:41:53 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2006-04-16 16:41:53 +0000 |
commit | 808efd894bf7550e338f7e6ac6632fffcd022438 (patch) | |
tree | 539504a5e4ad9fff5840cdb892f585d2ee5650f9 /japanese/uim-prime | |
parent | 888ba05ae6a211686eb3b619156522d29c93d759 (diff) | |
download | ports-808efd894bf7550e338f7e6ac6632fffcd022438.tar.gz ports-808efd894bf7550e338f7e6ac6632fffcd022438.zip |
Add uim-prime. Uim plugin using PRIME input method.
PR: ports/95785
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Notes
Notes:
svn path=/head/; revision=159725
Diffstat (limited to 'japanese/uim-prime')
-rw-r--r-- | japanese/uim-prime/Makefile | 30 | ||||
-rw-r--r-- | japanese/uim-prime/pkg-descr | 3 | ||||
-rw-r--r-- | japanese/uim-prime/pkg-plist | 5 |
3 files changed, 38 insertions, 0 deletions
diff --git a/japanese/uim-prime/Makefile b/japanese/uim-prime/Makefile new file mode 100644 index 000000000000..a103a0af28d0 --- /dev/null +++ b/japanese/uim-prime/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: ja-uim-prime +# Date created: 31 August 2003 +# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= japanese +PKGNAMESUFFIX= -prime + +COMMENT= Uim plugin using PRIME input method + +RUN_DEPENDS= uim-module-manager:${PORTSDIR}/textproc/uim +BUILD_DEPENDS= prime:${PORTSDIR}/japanese/prime +RUN_DEPENDS+= ${BUILD_DEPENDS} + +MASTERDIR= ${.CURDIR}/../../textproc/uim +PKGDIR= ${.CURDIR} +CONFIGURE_ARGS= --with-prime + +UIM_SLAVE= yes + +do-install: + cd ${WRKSRC}/uim && \ + ${GMAKE} uim_plugin_LTLIBRARIES=libuim-prime.la install-uim_pluginLTLIBRARIES + +post-install: + uim-module-manager --register prime + +.include "${MASTERDIR}/Makefile" diff --git a/japanese/uim-prime/pkg-descr b/japanese/uim-prime/pkg-descr new file mode 100644 index 000000000000..5ec1adffa960 --- /dev/null +++ b/japanese/uim-prime/pkg-descr @@ -0,0 +1,3 @@ +uim plugin using PRIME input method. + +WWW: http://uim.freedesktop.org/wiki/ diff --git a/japanese/uim-prime/pkg-plist b/japanese/uim-prime/pkg-plist new file mode 100644 index 000000000000..1de28f91443f --- /dev/null +++ b/japanese/uim-prime/pkg-plist @@ -0,0 +1,5 @@ +lib/uim/plugin/libuim-prime.a +lib/uim/plugin/libuim-prime.la +lib/uim/plugin/libuim-prime.so +@exec uim-module-manager --register prime +@unexec uim-module-manager --unregister prime |