blob: 218825ab0156fa2e4c4b38e244fd002c4b42f130 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
|