diff options
author | shige <shige@FreeBSD.org> | 2001-04-08 16:33:31 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2001-04-08 16:33:31 +0000 |
commit | b412174a05c2be20039ac00bf976c6d993170d8a (patch) | |
tree | 777fe4a9d25460419e0e12786bd88e399ec2121a /deskutils | |
parent | 42adf95880d950ae71ac9667f575382e117b99dc (diff) | |
download | FreeBSD-ports-b412174a05c2be20039ac00bf976c6d993170d8a.zip FreeBSD-ports-b412174a05c2be20039ac00bf976c6d993170d8a.tar.gz |
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>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/mhc-xemacs21-mule/Makefile | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 17e5584..0638588 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 0000000..9a96a84 --- /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> |