aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/yaml-mode.el-emacs21
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-09-08 07:24:57 +0800
committeredwin <edwin@FreeBSD.org>2007-09-08 07:24:57 +0800
commit7a901dc5473d62bc4188bffc5915d329fc3dec63 (patch)
treed9ff4a6e738d0f57b9feae66596fccc423ae1326 /textproc/yaml-mode.el-emacs21
parente725b9b64a2a14476b3d042f1dfa7da80fd8b3be (diff)
downloadfreebsd-ports-gnome-7a901dc5473d62bc4188bffc5915d329fc3dec63.tar.gz
freebsd-ports-gnome-7a901dc5473d62bc4188bffc5915d329fc3dec63.tar.zst
freebsd-ports-gnome-7a901dc5473d62bc4188bffc5915d329fc3dec63.zip
[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>
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"