aboutsummaryrefslogtreecommitdiff
path: root/textproc/yaml-mode.el-emacs21
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-09-07 23:24:57 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-09-07 23:24:57 +0000
commitdf98d470f37a89f42112ef828a3701fdc5113304 (patch)
tree16e35671a6472309471cc63da30b8a45117ee8f5 /textproc/yaml-mode.el-emacs21
parentdbfec5c06bb061610727430fb07f12770f428159 (diff)
[New Port] texproc/yaml-mode.el: Simple major mode to edit YAML file for Emacsen
Simple major mode to edit YAML file for Emacsen. WWW: http://yaml-mode.clouder.jp/ PR: ports/114383 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Notes
Notes: svn path=/head/; revision=199060
Diffstat (limited to 'textproc/yaml-mode.el-emacs21')
-rw-r--r--textproc/yaml-mode.el-emacs21/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/yaml-mode.el-emacs21/Makefile b/textproc/yaml-mode.el-emacs21/Makefile
new file mode 100644
index 000000000000..43c4834ab5e6
--- /dev/null
+++ b/textproc/yaml-mode.el-emacs21/Makefile
@@ -0,0 +1,13 @@
+# New ports collection makefile for: yaml-mode.el
+# Date created: 07 Jun 2007
+# Whom: KIMURA Yasuhiro <yasu@utahime.org>
+#
+# $FreeBSD$
+#
+
+MASTERDIR= ${.CURDIR}/../yaml-mode.el
+
+USE_EMACS= yes
+EMACS_PORT_NAME= emacs21
+
+.include "${MASTERDIR}/Makefile"