From b412737e693fcd47fb0ca988843cd70c9cd4834c Mon Sep 17 00:00:00 2001 From: taya Date: Tue, 28 Dec 2004 05:38:47 +0000 Subject: Initial import of inputmethod/anthy-elisp. This is a elisp frontend of inputmethod/anthy. --- inputmethod/anthy-elisp/DESCR | 1 + inputmethod/anthy-elisp/Makefile | 30 ++++++++++++++++++++++++++++++ inputmethod/anthy-elisp/PLIST | 14 ++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 inputmethod/anthy-elisp/DESCR create mode 100644 inputmethod/anthy-elisp/Makefile create mode 100644 inputmethod/anthy-elisp/PLIST (limited to 'inputmethod') diff --git a/inputmethod/anthy-elisp/DESCR b/inputmethod/anthy-elisp/DESCR new file mode 100644 index 00000000000..6ea823ccecf --- /dev/null +++ b/inputmethod/anthy-elisp/DESCR @@ -0,0 +1 @@ +Emacs lisp files for inputmethod/anthy. diff --git a/inputmethod/anthy-elisp/Makefile b/inputmethod/anthy-elisp/Makefile new file mode 100644 index 00000000000..376d413ff9d --- /dev/null +++ b/inputmethod/anthy-elisp/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/12/28 05:38:47 taya Exp $ + +.include "../../inputmethod/anthy/Makefile.common" +PKGNAME= anthy-elisp-${ANTHY_VERSION} +CATEGORIES= inputmethod editor + +MAINTAINER= taya@NetBSD.org +COMMENT= Emacs lisp files for inputmethod/anthy + +DEPENDS+= anthy>=${ANTHY_VERSION}:../../inputmethod/anthy + +GNU_CONFIGURE= yes +CONFIGURE_ENV+= EMACS=${EMACS_BIN} +EMACS_USE_LEIM= # defined (for emacs21/emacs20) + +.include "../../mk/emacs.mk" +.if ${EMACS_FLAVOR} == "xemacs" +PKGNAME= ${PKGNAME_PREFIX}anthy-elisp-${ANTHY_VERSION} +DEPENDS+= xemacs-packages:../../editors/xemacs-packages +.endif + +do-build: + cd ${WRKSRC}/src-util && ${MAKE} elc-stamp + +do-install: + ${INSTALL_DATA_DIR} ${EMACS_LISPPREFIX}/anthy + ${INSTALL_DATA} ${WRKSRC}/src-util/*.el ${EMACS_LISPPREFIX}/anthy + ${INSTALL_DATA} ${WRKSRC}/src-util/*.elc ${EMACS_LISPPREFIX}/anthy + +.include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/anthy-elisp/PLIST b/inputmethod/anthy-elisp/PLIST new file mode 100644 index 00000000000..0537350b70b --- /dev/null +++ b/inputmethod/anthy-elisp/PLIST @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/28 05:38:47 taya Exp $ +${EMACS_LISPPREFIX}/anthy/anthy-azik.el +${EMACS_LISPPREFIX}/anthy/anthy-azik.elc +${EMACS_LISPPREFIX}/anthy/anthy-conf.el +${EMACS_LISPPREFIX}/anthy/anthy-conf.elc +${EMACS_LISPPREFIX}/anthy/anthy-dic.el +${EMACS_LISPPREFIX}/anthy/anthy-dic.elc +${EMACS_LISPPREFIX}/anthy/anthy-isearch.el +${EMACS_LISPPREFIX}/anthy/anthy-isearch.elc +${EMACS_LISPPREFIX}/anthy/anthy.el +${EMACS_LISPPREFIX}/anthy/anthy.elc +${EMACS_LISPPREFIX}/anthy/leim-list.el +${EMACS_LISPPREFIX}/anthy/leim-list.elc +@dirrm ${EMACS_LISPPREFIX}/anthy -- cgit v1.2.3