diff options
-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 17e5584136a..0638588640f 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 00000000000..9a96a8450e0 --- /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> |