aboutsummaryrefslogtreecommitdiff
path: root/japanese/uim-prime
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2006-06-12 17:45:54 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2006-06-12 17:45:54 +0000
commit89abb4bc3d764f8612073e05cb0e5d16433e3786 (patch)
tree5cba7e6e3ce1e5d3018f7c59ea6d2df416458343 /japanese/uim-prime
parent831af5fc466c737116b030a1b4f31213c126137a (diff)
downloadports-89abb4bc3d764f8612073e05cb0e5d16433e3786.tar.gz
ports-89abb4bc3d764f8612073e05cb0e5d16433e3786.zip
- Update to 1.1.0.
- Mark textproc/uim-m17nlib IGNORE since it requires m17n-lib-1.3.1 or later.
Notes
Notes: svn path=/head/; revision=165254
Diffstat (limited to 'japanese/uim-prime')
-rw-r--r--japanese/uim-prime/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/japanese/uim-prime/Makefile b/japanese/uim-prime/Makefile
index a103a0af28d0..06923b2e14cf 100644
--- a/japanese/uim-prime/Makefile
+++ b/japanese/uim-prime/Makefile
@@ -20,11 +20,16 @@ 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
+ (cd ${WRKSRC}/uim && \
+ ${GMAKE} uim_plugin_LTLIBRARIES=libuim-prime.la install-uim_pluginLTLIBRARIES)
post-install:
- uim-module-manager --register prime
+ ${X11BASE}/bin/uim-module-manager --register prime
.include "${MASTERDIR}/Makefile"