summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
Diffstat (limited to 'japanese')
-rw-r--r--japanese/migemo-emacs/Makefile31
-rw-r--r--japanese/migemo-emacs/pkg-descr8
2 files changed, 0 insertions, 39 deletions
diff --git a/japanese/migemo-emacs/Makefile b/japanese/migemo-emacs/Makefile
deleted file mode 100644
index 81461d8fb3e5..000000000000
--- a/japanese/migemo-emacs/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: MANTANI Nobutaka <nobutaka@FreeBSD.org>
-# $FreeBSD$
-
-PORTREVISION= 2
-PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
-COMMENT= Japanese incremental search tool for emacs
-MASTERDIR= ${.CURDIR}/../../japanese/migemo
-PKGDIR= ${.CURDIR}
-PLIST= ${MASTERDIR}/pkg-plist
-PKGMESSAGE= ${MASTERDIR}/pkg-message
-
-BUILD_DEPENDS= editors/apel${EMACS_PKGNAMESUFFIX}:editors/apel
-RUN_DEPENDS= editors/apel${EMACS_PKGNAMESUFFIX}:editors/apel \
- migemo:japanese/migemo
-
-USES= emacs
-
-CONFLICTS= ja-migemo.el
-
-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 ${STAGEDIR}${PREFIX}/${EMACS_LIBDIR}/site-lisp
- ${INSTALL_DATA} ${WRKSRC}/migemo.elc ${STAGEDIR}${PREFIX}/${EMACS_LIBDIR}/site-lisp
-
-.include "${MASTERDIR}/Makefile"
diff --git a/japanese/migemo-emacs/pkg-descr b/japanese/migemo-emacs/pkg-descr
deleted file mode 100644
index 7e9cc1490258..000000000000
--- a/japanese/migemo-emacs/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-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/