diff options
author | jtb <jtb@pkgsrc.org> | 2001-04-14 23:08:58 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-04-14 23:08:58 +0000 |
commit | 6564ffbd60eb47c2852165b945ff2ca13e57802a (patch) | |
tree | 42136b449553186b74e7be86e6210de6668248f4 /devel/sml-mode/Makefile | |
parent | eb0cef2016fbd9fb9d81b3a73b8171cc1edae460 (diff) | |
download | pkgsrc-6564ffbd60eb47c2852165b945ff2ca13e57802a.tar.gz |
Initial import of sml-mode:
SML-MODE is a major Emacs mode for editing Standard ML. It provides
syntax highlighting and automatic indentation and comes with sml-proc
which allows interaction with an inferior SML interactive loop.
Diffstat (limited to 'devel/sml-mode/Makefile')
-rw-r--r-- | devel/sml-mode/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/sml-mode/Makefile b/devel/sml-mode/Makefile new file mode 100644 index 00000000000..03a0e532520 --- /dev/null +++ b/devel/sml-mode/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/14 23:08:58 jtb Exp $ + +DISTNAME= sml-mode-3.9.5 +CATEGORIES= devel editors +MASTER_SITES= ftp://flint.cs.yale.edu/pub/monnier/sml-mode/ + +MAINTAINER= packages@netbsd.org +COMMENT= Emacs mode for editing Standard ML source code + +ALL_TARGET= default + +INFO_FILES= sml-mode.info + +do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp/sml-mode + cd ${WRKSRC} && ${INSTALL_DATA} *.el *.elc README NEWS TODO \ + ChangeLog ${PREFIX}/share/emacs/site-lisp/sml-mode + ${INSTALL_DATA} ${WRKSRC}/sml-mode.info ${PREFIX}/info + +.include "../../mk/bsd.pkg.mk" |