aboutsummaryrefslogtreecommitdiff
path: root/japanese/uim-anthy
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2009-09-23 15:42:22 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2009-09-23 15:42:22 +0000
commit30fdc40add7a74aea6088b9e90d2f8ede565665b (patch)
tree9f26146c4c99164290557e5125354ce7ffcb44c2 /japanese/uim-anthy
parentfb122310731bf08dfc8a9e44029fd661f082da6f (diff)
downloadports-30fdc40add7a74aea6088b9e90d2f8ede565665b.tar.gz
ports-30fdc40add7a74aea6088b9e90d2f8ede565665b.zip
- Update to 1.5.6.
- Enable UTF-8 dictionary support of uim-anthy. [*] PR: ports/137360 [*] Submitted by: YAMASHIRO Jun <yamajun@ofug.net> [*] Feature safe: yes
Notes
Notes: svn path=/head/; revision=241986
Diffstat (limited to 'japanese/uim-anthy')
-rw-r--r--japanese/uim-anthy/Makefile7
-rw-r--r--japanese/uim-anthy/pkg-plist5
2 files changed, 10 insertions, 2 deletions
diff --git a/japanese/uim-anthy/Makefile b/japanese/uim-anthy/Makefile
index 0f16d0139019..9523a9895439 100644
--- a/japanese/uim-anthy/Makefile
+++ b/japanese/uim-anthy/Makefile
@@ -23,7 +23,7 @@ LIB_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy \
MASTERDIR= ${.CURDIR}/../../textproc/uim
PKGDIR= ${.CURDIR}
-CONFIGURE_ARGS= --with-anthy
+CONFIGURE_ARGS= --with-anthy --with-anthy-utf8
.if !defined(WITHOUT_X11)
CONFIGURE_ARGS+= --with-gtk2 --enable-dict
@@ -36,18 +36,21 @@ EXTRA_PATCHES= ${PATCHDIR}/extra-patch-uim_Makefile.in \
do-build:
(cd ${WRKSRC}/uim && ${GMAKE} libuim-anthy.la)
+ (cd ${WRKSRC}/uim && ${GMAKE} libuim-anthy-utf8.la)
.if !defined(WITHOUT_X11)
(cd ${WRKSRC}/helper && ${GMAKE} uim-dict-gtk)
.endif
do-install:
(cd ${WRKSRC}/uim && \
- ${GMAKE} uim_plugin_LTLIBRARIES=libuim-anthy.la install-uim_pluginLTLIBRARIES)
+ ${GMAKE} uim_plugin_LTLIBRARIES=libuim-anthy.la install-uim_pluginLTLIBRARIES && \
+ ${GMAKE} uim_plugin_LTLIBRARIES=libuim-anthy-utf8.la install-uim_pluginLTLIBRARIES)
.if !defined(WITHOUT_X11)
(cd ${WRKSRC}/helper && ${GMAKE} bin_PROGRAMS=uim-dict-gtk install-binPROGRAMS install-uim_dict_uiDATA)
.endif
post-install:
${LOCALBASE}/bin/uim-module-manager --register anthy
+ ${LOCALBASE}/bin/uim-module-manager --register anthy-utf8
.include "${MASTERDIR}/Makefile"
diff --git a/japanese/uim-anthy/pkg-plist b/japanese/uim-anthy/pkg-plist
index b1eab819f6fe..3b5b3256f009 100644
--- a/japanese/uim-anthy/pkg-plist
+++ b/japanese/uim-anthy/pkg-plist
@@ -2,7 +2,12 @@
lib/uim/plugin/libuim-anthy.a
lib/uim/plugin/libuim-anthy.la
lib/uim/plugin/libuim-anthy.so
+lib/uim/plugin/libuim-anthy-utf8.a
+lib/uim/plugin/libuim-anthy-utf8.la
+lib/uim/plugin/libuim-anthy-utf8.so
%%X11%%%%DATADIR%%/helperdata/uim-dict-ui.xml
@dirrmtry %%X11%%%%DATADIR%%/helperdata
@exec uim-module-manager --register anthy
+@exec uim-module-manager --register anthy-utf8
@unexec uim-module-manager --unregister anthy
+@unexec uim-module-manager --unregister anthy-utf8