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