summaryrefslogtreecommitdiff
path: root/japanese/migemo-emacs21
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2001-12-12 08:57:59 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2001-12-12 08:57:59 +0000
commit838f33c1c4905d1f010f79f67db7e378b9635e41 (patch)
tree0f59ea196373179b752298d4e0b9cbd2a785222f /japanese/migemo-emacs21
parentChase the libxine.so version change. (diff)
Add migemo-emacs21, a Japanese incremental search tool for emacs21.
Reviewed by: knu
Notes
Notes: svn path=/head/; revision=51391
Diffstat (limited to 'japanese/migemo-emacs21')
-rw-r--r--japanese/migemo-emacs21/Makefile34
-rw-r--r--japanese/migemo-emacs21/pkg-comment1
-rw-r--r--japanese/migemo-emacs21/pkg-descr11
3 files changed, 46 insertions, 0 deletions
diff --git a/japanese/migemo-emacs21/Makefile b/japanese/migemo-emacs21/Makefile
new file mode 100644
index 000000000000..85cb4a9bb945
--- /dev/null
+++ b/japanese/migemo-emacs21/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: Migemo (for emacs21)
+# Date created: 8 Nov 2001
+# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -${EMACS_PORT_NAME}
+
+MASTERDIR= ${.CURDIR}/../../japanese/migemo
+PKGDIR= ${.CURDIR}
+PLIST= ${MASTERDIR}/pkg-plist
+PKGMESSAGE= ${MASTERDIR}/pkg-message
+
+EMACS_PORT_NAME= emacs21
+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
+
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --with-emacs=${EMACS_CMD}
+ALL_TARGET= migemo.elc
+
+PLIST_SUB= MIGEMO="@comment " ELISP=""
+
+do-install:
+ ${MKDIR} ${PREFIX}/${EMACS_LIBDIR}/site-lisp/migemo
+ ${INSTALL_DATA} ${WRKSRC}/migemo.el ${PREFIX}/${EMACS_LIBDIR}/site-lisp
+ ${INSTALL_DATA} ${WRKSRC}/migemo.elc ${PREFIX}/${EMACS_LIBDIR}/site-lisp
+
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
+.include "${MASTERDIR}/Makefile"
diff --git a/japanese/migemo-emacs21/pkg-comment b/japanese/migemo-emacs21/pkg-comment
new file mode 100644
index 000000000000..68063da55b45
--- /dev/null
+++ b/japanese/migemo-emacs21/pkg-comment
@@ -0,0 +1 @@
+Japanese incremental search tool for emacs21
diff --git a/japanese/migemo-emacs21/pkg-descr b/japanese/migemo-emacs21/pkg-descr
new file mode 100644
index 000000000000..a62fc3603cc2
--- /dev/null
+++ b/japanese/migemo-emacs21/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@nobutaka.com>