aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2007-08-04 08:05:03 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2007-08-04 08:05:03 +0000
commitaf0a4b3d564e94af6f5e186a042e99a2a75bf61b (patch)
treed69399e5956c72101f784691fc752c171b683aef /japanese
parent2273790ab80dbfd54e8e3c7f3cf9076bced7bf85 (diff)
downloadports-af0a4b3d564e94af6f5e186a042e99a2a75bf61b.tar.gz
ports-af0a4b3d564e94af6f5e186a042e99a2a75bf61b.zip
Notes
Diffstat (limited to 'japanese')
-rw-r--r--japanese/Makefile1
-rw-r--r--japanese/migemo-emacs22/Makefile32
-rw-r--r--japanese/migemo-emacs22/pkg-descr11
3 files changed, 44 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile
index 909d74a17930..3e8c7e695257 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -202,6 +202,7 @@
SUBDIR += migemo
SUBDIR += migemo-emacs20
SUBDIR += migemo-emacs21
+ SUBDIR += migemo-emacs22
SUBDIR += migemo-xemacs-devel-mule
SUBDIR += mikachan-ttfonts
SUBDIR += mime_pls
diff --git a/japanese/migemo-emacs22/Makefile b/japanese/migemo-emacs22/Makefile
new file mode 100644
index 000000000000..416d0ae03c20
--- /dev/null
+++ b/japanese/migemo-emacs22/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: Migemo (for emacs)
+# Date created: 4 August 2007
+# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -${EMACS_PORT_NAME}
+COMMENT= Japanese incremental search tool for emacs
+MASTERDIR= ${.CURDIR}/../../japanese/migemo
+PKGDIR= ${.CURDIR}
+PLIST= ${MASTERDIR}/pkg-plist
+PKGMESSAGE= ${MASTERDIR}/pkg-message
+
+USE_EMACS= yes
+EMACS_PORT_NAME?= emacs22
+BUILD_DEPENDS= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel
+RUN_DEPENDS= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel \
+ migemo:${PORTSDIR}/japanese/migemo
+
+CONFLICTS= ja-migemo-emacs21-[0-9]*
+
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --with-emacs=${EMACS_CMD}
+ALL_TARGET= migemo.elc
+
+PLIST_SUB= MIGEMO="@comment " ELISP=""
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/migemo.el ${PREFIX}/${EMACS_LIBDIR}/site-lisp
+ ${INSTALL_DATA} ${WRKSRC}/migemo.elc ${PREFIX}/${EMACS_LIBDIR}/site-lisp
+.include "${MASTERDIR}/Makefile"
diff --git a/japanese/migemo-emacs22/pkg-descr b/japanese/migemo-emacs22/pkg-descr
new file mode 100644
index 000000000000..b6a3e69c7a8a
--- /dev/null
+++ b/japanese/migemo-emacs22/pkg-descr
@@ -0,0 +1,11 @@
+Migemo is a Japanese incremental search tool for Emacs.
+You can search Japanese words on Emacs without Kanji conversion.
+
+To use Migemo, you must set following elisp to your own .emacs file.
+
+(load-library "migemo")
+
+WWW: http://migemo.namazu.org/
+
+--
+MANTANI Nobutaka <nobutaka@FreeBSD.org>