blob: de4abd54f18d48b37f9690be9e89acd325c5316d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: Mew (for xemacs)
# Version required: 1.93
# Date created: 17 January 1998
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
# $Id: Makefile,v 1.2 1998/11/05 14:32:54 kuriyama Exp $
#
PKGNAME= mew-xemacs-1.93
EMACS_NAME= XEmacs-19.16
DIRENTRY= "* Mew:: Messaging in the Emacs World."
INFOFILE= mew.info
MASTERDIR= ${.CURDIR}/../../mail/mew-common
PKGDIR= ${.CURDIR}/pkg
.include "${MASTERDIR}/Makefile"
|