summaryrefslogtreecommitdiff
path: root/inputmethod/anthy-elisp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'inputmethod/anthy-elisp/Makefile')
-rw-r--r--inputmethod/anthy-elisp/Makefile30
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"