blob: 7b1b406a9092409f169891b71bd27f06da26e74e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: Mew (for mule)
# Version required: 1.93
# Date created: 17 January 1998
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
# $Id: Makefile,v 1.4 1998/10/08 12:26:42 kiri Exp $
#
PKGNAME= mew-mule-1.93
EMACS_NAME= Mule-2.3
DIRENTRY= "* Mew: (mew). Messaging in the Emacs World (English)." \
"* Mew.jis: (mew.jis). Messaging in the Emacs World (Japanese)."
INFOFILE= mew.info \
mew.jis.info
.include "${.CURDIR}/../../mail/mew-common/Makefile"
|