blob: 4ebf3d66945c8eea92ac5b8cd0214232801ae909 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: Mew (for emacs)
# Version required: 1.93
# Date created: 17 January 1998
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
# $Id: Makefile,v 1.9 1998/12/01 03:06:31 asami Exp $
#
PKGNAME= mew-emacs-1.93
EMACS_NAME= Emacs-19.34b
DIRSECTION= The Emacs editor and associated tools
DIRENTRY= "* Mew: (mew). Messaging in the Emacs World."
INFOFILE= mew.info
MASTERDIR= ${.CURDIR}/../../mail/mew-common
PKGDIR= ${.CURDIR}/pkg
.include "${MASTERDIR}/Makefile"
|