Add uim-prime. Uim plugin using PRIME input method.

PR:		ports/95785
Submitted by:	NIIMI Satoshi <sa2c@sa2c.net>
This commit is contained in:
MANTANI Nobutaka 2006-04-16 16:41:53 +00:00
parent 888ba05ae6
commit 808efd894b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159725
4 changed files with 39 additions and 0 deletions

View File

@ -379,6 +379,7 @@
SUBDIR += typist
SUBDIR += uim-anthy
SUBDIR += uim-canna
SUBDIR += uim-prime
SUBDIR += vera-fpw
SUBDIR += vflib
SUBDIR += vftool

View File

@ -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"

View File

@ -0,0 +1,3 @@
uim plugin using PRIME input method.
WWW: http://uim.freedesktop.org/wiki/

View File

@ -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