summaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-05 06:34:02 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-05 06:34:02 +0800
commitc24521c68f10956b25edf2172a463beed9f5782d (patch)
treea0128fd70f67aea037c536f81add916bb3bd0eee /japanese
parent4e658b4768013483e0637789df73e0ec28333be4 (diff)
downloadmarcuscom-ports-c24521c68f10956b25edf2172a463beed9f5782d.tar
marcuscom-ports-c24521c68f10956b25edf2172a463beed9f5782d.tar.gz
marcuscom-ports-c24521c68f10956b25edf2172a463beed9f5782d.tar.bz2
marcuscom-ports-c24521c68f10956b25edf2172a463beed9f5782d.tar.lz
marcuscom-ports-c24521c68f10956b25edf2172a463beed9f5782d.tar.xz
marcuscom-ports-c24521c68f10956b25edf2172a463beed9f5782d.tar.zst
marcuscom-ports-c24521c68f10956b25edf2172a463beed9f5782d.zip
- LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7567 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'japanese')
-rw-r--r--japanese/uim-canna/Makefile38
-rw-r--r--japanese/uim-canna/pkg-descr3
-rw-r--r--japanese/uim-canna/pkg-plist5
-rw-r--r--japanese/uim-prime/Makefile39
-rw-r--r--japanese/uim-prime/pkg-descr3
-rw-r--r--japanese/uim-prime/pkg-plist5
6 files changed, 93 insertions, 0 deletions
diff --git a/japanese/uim-canna/Makefile b/japanese/uim-canna/Makefile
new file mode 100644
index 000000000..2b5e3585a
--- /dev/null
+++ b/japanese/uim-canna/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: ja-uim-canna
+# Date created: 31 August 2003
+# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
+#
+# $FreeBSD: ports/japanese/uim-canna/Makefile,v 1.7 2006/09/03 14:09:22 nobutaka Exp $
+#
+
+CATEGORIES= japanese
+.if defined(WITHOUT_X11)
+PKGNAMESUFFIX= -canna-nox11
+.else
+PKGNAMESUFFIX= -canna
+.endif
+
+COMMENT= Uim plugin using Canna input method
+
+LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna \
+ uim.3:${PORTSDIR}/textproc/uim
+
+MASTERDIR= ${.CURDIR}/../../textproc/uim
+PKGDIR= ${.CURDIR}
+CONFIGURE_ARGS= --with-canna
+
+UIM_SLAVE= yes
+
+EXTRA_PATCHES= ${PATCHDIR}/extra-patch-uim_Makefile.in
+
+do-build:
+ (cd ${WRKSRC}/uim && ${GMAKE} libuim-canna.la)
+
+do-install:
+ (cd ${WRKSRC}/uim && \
+ ${GMAKE} uim_plugin_LTLIBRARIES=libuim-canna.la install-uim_pluginLTLIBRARIES)
+
+post-install:
+ ${LOCALBASE}/bin/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 000000000..0d5577337
--- /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 000000000..04240b6c7
--- /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
diff --git a/japanese/uim-prime/Makefile b/japanese/uim-prime/Makefile
new file mode 100644
index 000000000..d78a807e2
--- /dev/null
+++ b/japanese/uim-prime/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: ja-uim-prime
+# Date created: 31 August 2003
+# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
+#
+# $FreeBSD: ports/japanese/uim-prime/Makefile,v 1.7 2006/09/03 14:09:22 nobutaka Exp $
+#
+
+CATEGORIES= japanese
+.if defined(WITHOUT_X11)
+PKGNAMESUFFIX= -prime-nox11
+.else
+PKGNAMESUFFIX= -prime
+.endif
+
+COMMENT= Uim plugin using PRIME input method
+
+BUILD_DEPENDS= prime:${PORTSDIR}/japanese/prime
+LIB_DEPENDS= uim.3:${PORTSDIR}/textproc/uim
+RUN_DEPENDS+= ${BUILD_DEPENDS}
+
+MASTERDIR= ${.CURDIR}/../../textproc/uim
+PKGDIR= ${.CURDIR}
+CONFIGURE_ARGS= --with-prime
+
+UIM_SLAVE= yes
+
+EXTRA_PATCHES= ${PATCHDIR}/extra-patch-uim_Makefile.in
+
+do-build:
+ (cd ${WRKSRC}/uim && ${GMAKE} libuim-prime.la)
+
+do-install:
+ (cd ${WRKSRC}/uim && \
+ ${GMAKE} uim_plugin_LTLIBRARIES=libuim-prime.la install-uim_pluginLTLIBRARIES)
+
+post-install:
+ ${LOCALBASE}/bin/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 000000000..5ec1adffa
--- /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 000000000..1de28f914
--- /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