diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-03 10:06:09 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-03 10:06:09 +0000 |
commit | 26eb9e86d0d0cb065a409d783f350c11f4583ab8 (patch) | |
tree | 33f3e8b16c0a83ff9326a2148e9ff85e4d80fecb /mail/emh-xemacs21-mule | |
parent | 776017d0df9caa6c8d2d9a088062e975ac549aef (diff) | |
download | ports-26eb9e86d0d0cb065a409d783f350c11f4583ab8.tar.gz ports-26eb9e86d0d0cb065a409d783f350c11f4583ab8.zip |
Notes
Diffstat (limited to 'mail/emh-xemacs21-mule')
-rw-r--r-- | mail/emh-xemacs21-mule/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/emh-xemacs21-mule/Makefile b/mail/emh-xemacs21-mule/Makefile new file mode 100644 index 000000000000..18bc853850cd --- /dev/null +++ b/mail/emh-xemacs21-mule/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: emh-xemacs21-mule +# Date Created: 12 Mar 2001 +# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../emh-emacs20 + +EMACS_PORT_NAME= xemacs21-mule + +ALL_TARGET= package +INSTALL_TARGET= install-package +EMH_LISPDIR= lib/xemacs/site-packages/lisp/emh +XEMACS_ONLY= "" + +.include <${MASTERDIR}/Makefile> |