summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2001-04-08 16:33:31 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2001-04-08 16:33:31 +0000
commit38aff2576965dbb79dfd24e4019f6abd816cce27 (patch)
treedb7030267403d7efaebb511795f54ea08af1662e /deskutils
parentrsync sometimes freezes during execution if it is run over ssh. (diff)
Add mhc-xemacs21-mule.
MHC is designed to help those who receive most appointments via email. Using MHC, you can easily import schedule articles from emails. To use mhc, you must install some of the supported MUA. The supported MUA are Mew, Wanderlust and Gnus. PR: ports/26398 Submitted by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
Notes
Notes: svn path=/head/; revision=41069
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/Makefile1
-rw-r--r--deskutils/mhc-xemacs21-mule/Makefile13
2 files changed, 14 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile
index 17e5584136a6..0638588640f2 100644
--- a/deskutils/Makefile
+++ b/deskutils/Makefile
@@ -22,6 +22,7 @@
SUBDIR += kproject
SUBDIR += loserjabber
SUBDIR += mhc-emacs20
+ SUBDIR += mhc-xemacs21-mule
SUBDIR += moneydance
SUBDIR += notebook
SUBDIR += offix-trash
diff --git a/deskutils/mhc-xemacs21-mule/Makefile b/deskutils/mhc-xemacs21-mule/Makefile
new file mode 100644
index 000000000000..9a96a8450e01
--- /dev/null
+++ b/deskutils/mhc-xemacs21-mule/Makefile
@@ -0,0 +1,13 @@
+# New ports collection makefile for: mhc (for xemacs21-mule)
+# Date created: 7 Apr 2001
+# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
+#
+# $FreeBSD$
+#
+
+MASTERDIR= ${.CURDIR}/../../deskutils/mhc-emacs20
+MAINTAINER= yoichi@eken.phys.nagoya-u.ac.jp
+
+EMACS_PORT_NAME= xemacs21-mule
+
+.include <${MASTERDIR}/Makefile>