summaryrefslogtreecommitdiff
path: root/devel/sml-mode/Makefile
diff options
context:
space:
mode:
authorjtb <jtb>2001-04-14 23:08:58 +0000
committerjtb <jtb>2001-04-14 23:08:58 +0000
commitd145bb2256ac485e575675c2a8f8067ee9a94af9 (patch)
tree42136b449553186b74e7be86e6210de6668248f4 /devel/sml-mode/Makefile
parent0aad48d5657e884bbe2e14a05136a3c6673735b2 (diff)
downloadpkgsrc-d145bb2256ac485e575675c2a8f8067ee9a94af9.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/Makefile20
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"