pkgsrc/devel/emacs-ilisp/Makefile
uebayasi c3075a1317 Update to 20021222 from 0.5.11.
The authors have made 316 entries in ChangeLog in two years.  This is very
rough pick ups.  Please see http://sourceforge.net/projects/ilisp/ for more
info.

        * ilisp-mod.el (ilisp): Use this variable here.
        * ilisp-sch.el (guile): Set ilisp-describe-command.
        * INSTALLATION (TIPS): added Windows entry.
        * ChangeLog: ChangeLog updated.
        * ilisp-out.el: Added Reini Urban's fix for XEmacs.
        * ilisp.emacs: Changed the 'setq *-hook' to more proper 'add-hook.
        * ilisp-out.el: Added Reini Urban's fix for XEmacs.
        * ilisp.emacs: Changed the 'setq *-hook' to more proper 'add-hook.
        * ilisp-cl-easy-menu.el (ilisp-ild-easy-menu): added.
        * guile-ilisp.scm (ilisp-in-package): Fix process-use-modules call.
        * docs/ilisp.texi: minor texinfo errors removed.
        * ilisp-key.el: Bind cltl2-lookup to C-z L (or C-z M-l).
        * ilisp-sbcl.el (sbcl): sb changed to sbcl in call to ilisp-load-inits.
        * ilisp-doc.el (ilisp-documentation): SBLISP changed to SBCL.
        * ilisp-dia.el: SBLISP changed to SBCL.
2003-01-11 10:27:49 +00:00

33 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.3 2003/01/11 10:27:49 uebayasi Exp $
#
DISTNAME= ilisp-20021222
PKGNAME= emacs-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ilisp/}
MAINTAINER= dillo@netbsd.org
HOMEPAGE= http://sourceforge.net/projects/ilisp/
COMMENT= emacs interface to embedded Lisp process
MAKE_ENV+= EMACS=${EMACS_BIN}
ALL_TARGET= compile
SITELISP= ${EMACS_LISPPREFIX}/ilisp
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/emacs-ilisp
${INSTALL_DATA} ${WRKSRC}/INSTALLATION ${PREFIX}/share/doc/emacs-ilisp
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/emacs-ilisp
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/emacs-ilisp
${INSTALL_DATA} ${WRKSRC}/ilisp.emacs \
${PREFIX}/share/examples/emacs-ilisp
${INSTALL_DATA_DIR} ${SITELISP}
${INSTALL_DATA} ${WRKSRC}/*.el* ${SITELISP}
${INSTALL_DATA} ${WRKSRC}/*.lisp ${SITELISP}
${INSTALL_DATA} ${WRKSRC}/*.scm ${SITELISP}
${INSTALL_DATA_DIR} ${SITELISP}/extra
${INSTALL_DATA} ${WRKSRC}/extra/*.el* ${SITELISP}/extra
.include "../../mk/emacs.mk"
.include "../../mk/bsd.pkg.mk"