blob: 0ed6c920b8d5aa0ac19f8faf76b52c19cd002b78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: Mew (for mule)
# Version required: 1.92.4
# Date created: 21 November 1997
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
# $Id: Makefile,v 1.1.1.1 1997/12/08 22:08:36 max Exp $
#
PKGNAME?= mew-mule-1.92.4
LANGUAGE?=
MULE= yes
DIRENTRY= "* Mew: (mew): Messaging in the Emacs World (English)."
INFOFILE= mew.info
.if (${LANGUAGE} == "Chinese")
.endif
.if (${LANGUAGE} == "Japanese")
DIRENTRY+= "* Mew.jis: (mew.jis): Messaging in the Emacs World (Japanese)."
INFOFILE+= mew.jis.info
.endif
.if (${LANGUAGE} == "Korean")
.endif
.if (${LANGUAGE} == "Russian")
.endif
.if (${LANGUAGE} == "Vietnamese")
.endif
.include "${.CURDIR}/../../mail/mew-common/Makefile"
|