1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add migemo-emacs23, a slave port of japanese/migemo for emacs23.

This commit is contained in:
MANTANI Nobutaka 2010-01-27 17:03:38 +00:00
parent f563295f74
commit d8f95b61aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248703
3 changed files with 45 additions and 0 deletions

View File

@ -179,6 +179,7 @@
SUBDIR += migemo
SUBDIR += migemo-emacs21
SUBDIR += migemo-emacs22
SUBDIR += migemo-emacs23
SUBDIR += migemo-xemacs-devel-mule
SUBDIR += mikachan-ttfonts
SUBDIR += mime_pls

View File

@ -0,0 +1,33 @@
# New ports collection makefile for: Migemo (for emacs23)
# Date created: 27 January 2010
# 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
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-emacs22-[0-9]* \
ja-migemo-emacs21-[0-9]*
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --with-emacs=${EMACS_CMD}
ALL_TARGET= migemo.elc
PLIST_SUB= MIGEMO="@comment " ELISP=""
SLAVE_PORT= yes
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"

View File

@ -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>