From c24521c68f10956b25edf2172a463beed9f5782d Mon Sep 17 00:00:00 2001 From: ahze Date: Wed, 4 Oct 2006 22:34:02 +0000 Subject: - LOCALBASE git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7567 df743ca5-7f9a-e211-a948-0013205c9059 --- japanese/uim-canna/Makefile | 38 ++++++++++++++++++++++++++++++++++++++ japanese/uim-canna/pkg-descr | 3 +++ japanese/uim-canna/pkg-plist | 5 +++++ japanese/uim-prime/Makefile | 39 +++++++++++++++++++++++++++++++++++++++ japanese/uim-prime/pkg-descr | 3 +++ japanese/uim-prime/pkg-plist | 5 +++++ 6 files changed, 93 insertions(+) create mode 100644 japanese/uim-canna/Makefile create mode 100644 japanese/uim-canna/pkg-descr create mode 100644 japanese/uim-canna/pkg-plist create mode 100644 japanese/uim-prime/Makefile create mode 100644 japanese/uim-prime/pkg-descr create mode 100644 japanese/uim-prime/pkg-plist (limited to 'japanese') 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 +# +# $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 +# +# $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 -- cgit v1.2.3