diff options
author | taya <taya@pkgsrc.org> | 2004-12-28 05:38:47 +0000 |
---|---|---|
committer | taya <taya@pkgsrc.org> | 2004-12-28 05:38:47 +0000 |
commit | b412737e693fcd47fb0ca988843cd70c9cd4834c (patch) | |
tree | 6b6761a7fa45cec3050b10d9aaa1cc053f9145bd /inputmethod/anthy-elisp/Makefile | |
parent | 782304050558e3f8370c4334107311ca0b4369c6 (diff) | |
download | pkgsrc-b412737e693fcd47fb0ca988843cd70c9cd4834c.tar.gz |
Initial import of inputmethod/anthy-elisp.
This is a elisp frontend of inputmethod/anthy.
Diffstat (limited to 'inputmethod/anthy-elisp/Makefile')
-rw-r--r-- | inputmethod/anthy-elisp/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
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" |