diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-05 06:34:02 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-05 06:34:02 +0800 |
commit | c24521c68f10956b25edf2172a463beed9f5782d (patch) | |
tree | a0128fd70f67aea037c536f81add916bb3bd0eee /textproc | |
parent | 4e658b4768013483e0637789df73e0ec28333be4 (diff) | |
download | marcuscom-ports-c24521c68f10956b25edf2172a463beed9f5782d.tar.gz 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 'textproc')
-rw-r--r-- | textproc/uim-m17nlib/Makefile | 39 | ||||
-rw-r--r-- | textproc/uim-m17nlib/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/uim-m17nlib/pkg-plist | 5 |
3 files changed, 47 insertions, 0 deletions
diff --git a/textproc/uim-m17nlib/Makefile b/textproc/uim-m17nlib/Makefile new file mode 100644 index 000000000..cb3f35446 --- /dev/null +++ b/textproc/uim-m17nlib/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: uim-m17nlib +# Date created: 31 August 2003 +# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org> +# +# $FreeBSD$ +# + +.if defined(WITHOUT_X11) +PKGNAMESUFFIX= -m17nlib-nox11 +.else +PKGNAMESUFFIX= -m17nlib +.endif + +COMMENT= Uim plugin using m17n library input method + +BUILD_DEPENDS= m17n-db:${PORTSDIR}/devel/m17n-db +LIB_DEPENDS= m17n.1:${PORTSDIR}/devel/m17n-lib \ + uim.3:${PORTSDIR}/textproc/uim +RUN_DEPENDS= m17n-db:${PORTSDIR}/devel/m17n-db + +MASTERDIR= ${.CURDIR}/../../textproc/uim +PKGDIR= ${.CURDIR} +CONFIGURE_ARGS= --with-m17nlib + +UIM_SLAVE= yes + +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-uim_Makefile.in + +do-build: + (cd ${WRKSRC}/uim && ${GMAKE} LIBS="-luim" libuim-m17nlib.la) + +do-install: + (cd ${WRKSRC}/uim && \ + ${GMAKE} uim_plugin_LTLIBRARIES=libuim-m17nlib.la install-uim_pluginLTLIBRARIES) + +post-install: + ${LOCALBASE}/bin/uim-module-manager --register m17nlib + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/uim-m17nlib/pkg-descr b/textproc/uim-m17nlib/pkg-descr new file mode 100644 index 000000000..9c1f1ed7e --- /dev/null +++ b/textproc/uim-m17nlib/pkg-descr @@ -0,0 +1,3 @@ +uim plugin using m17n library input method. + +WWW: http://uim.freedesktop.org/wiki/ diff --git a/textproc/uim-m17nlib/pkg-plist b/textproc/uim-m17nlib/pkg-plist new file mode 100644 index 000000000..0be7288b0 --- /dev/null +++ b/textproc/uim-m17nlib/pkg-plist @@ -0,0 +1,5 @@ +lib/uim/plugin/libuim-m17nlib.a +lib/uim/plugin/libuim-m17nlib.la +lib/uim/plugin/libuim-m17nlib.so +@exec uim-module-manager --register m17nlib +@unexec uim-module-manager --unregister m17nlib |