aboutsummaryrefslogtreecommitdiff
path: root/japanese/migemo-emacs21/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/migemo-emacs21/Makefile')
-rw-r--r--japanese/migemo-emacs21/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/japanese/migemo-emacs21/Makefile b/japanese/migemo-emacs21/Makefile
deleted file mode 100644
index 1e00bbe246e1..000000000000
--- a/japanese/migemo-emacs21/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: MANTANI Nobutaka <nobutaka@nobutaka.com>
-# $FreeBSD$
-
-PKGNAMESUFFIX= -${EMACS_PORT_NAME}
-COMMENT= Japanese incremental search tool for emacs21
-MASTERDIR= ${.CURDIR}/../../japanese/migemo
-PKGDIR= ${.CURDIR}
-PLIST= ${MASTERDIR}/pkg-plist
-PKGMESSAGE= ${MASTERDIR}/pkg-message
-
-USE_EMACS= yes
-EMACS_PORT_NAME= emacs21
-BUILD_DEPENDS= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT_NAME}
-RUN_DEPENDS= ${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT_NAME} \
- migemo:${PORTSDIR}/japanese/migemo
-
-CONFLICTS= ja-migemo-emacs23-[0-9]* \
- ja-migemo-emacs22-[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 ${STAGEDIR}${PREFIX}/${EMACS_LIBDIR}/site-lisp
- ${INSTALL_DATA} ${WRKSRC}/migemo.elc ${STAGEDIR}${PREFIX}/${EMACS_LIBDIR}/site-lisp
-
-.include "${MASTERDIR}/Makefile"