diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-11-05 22:13:27 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-11-05 22:13:27 +0000 |
commit | 866fbeb23b1e254a751f652e9abb1070557de839 (patch) | |
tree | dc96fedcc36fb4c25449e567542b7f9953946cec /mail/mew-xemacs21/Makefile | |
parent | adfd424e0ddc02887319f6cadb5017bb103ffd14 (diff) | |
download | ports-866fbeb23b1e254a751f652e9abb1070557de839.tar.gz ports-866fbeb23b1e254a751f652e9abb1070557de839.zip |
Notes
Diffstat (limited to 'mail/mew-xemacs21/Makefile')
-rw-r--r-- | mail/mew-xemacs21/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/mew-xemacs21/Makefile b/mail/mew-xemacs21/Makefile new file mode 100644 index 000000000000..218825ab0156 --- /dev/null +++ b/mail/mew-xemacs21/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: Mew (for xemacs20) +# Version required: 1.93 +# Date created: 17 January 1998 +# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> +# +# $Id$ +# + +PKGNAME= mew-xemacs20-1.93 + +EMACS_NAME= XEmacs-20.4 +DIRSECTION= Local Packages: +DIRENTRY= "* Mew:: Messaging in the Emacs World." +INFOFILE= mew.info + +.include "${.CURDIR}/../../mail/mew-common/Makefile" |