blob: b56ac4ee5d7107c42aa06b20991c3f5b7f31eb79 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: Mew for Emacs
# Version required: 1.92.4
# Date created: 30 December 1996
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
# $Id: Makefile,v 1.6 1997/12/08 22:13:38 max Exp $
#
PKGNAME= mew-1.92.4
EMACS= yes
DIRENTRY= "* Mew: (mew): Messaging in the Emacs World."
INFOFILE= mew.info
.include "${.CURDIR}/../../mail/mew-common/Makefile"
|