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 +# +# $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