Add uim-prime. Uim plugin using PRIME input method.
PR: ports/95785 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
This commit is contained in:
parent
888ba05ae6
commit
808efd894b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159725
@ -379,6 +379,7 @@
|
||||
SUBDIR += typist
|
||||
SUBDIR += uim-anthy
|
||||
SUBDIR += uim-canna
|
||||
SUBDIR += uim-prime
|
||||
SUBDIR += vera-fpw
|
||||
SUBDIR += vflib
|
||||
SUBDIR += vftool
|
||||
|
30
japanese/uim-prime/Makefile
Normal file
30
japanese/uim-prime/Makefile
Normal 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"
|
3
japanese/uim-prime/pkg-descr
Normal file
3
japanese/uim-prime/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
uim plugin using PRIME input method.
|
||||
|
||||
WWW: http://uim.freedesktop.org/wiki/
|
5
japanese/uim-prime/pkg-plist
Normal file
5
japanese/uim-prime/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user