1997-12-08 22:08:37 +00:00
|
|
|
# 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>
|
|
|
|
#
|
1998-06-25 22:30:04 +00:00
|
|
|
# $Id: Makefile,v 1.1.1.1 1997/12/08 22:08:36 max Exp $
|
1997-12-08 22:08:37 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
PKGNAME?= mew-mule-1.92.4
|
|
|
|
|
1998-06-25 22:30:04 +00:00
|
|
|
LANGUAGE?=
|
|
|
|
MULE= yes
|
|
|
|
DIRENTRY= "* Mew: (mew): Messaging in the Emacs World (English)."
|
1997-12-08 22:08:37 +00:00
|
|
|
INFOFILE= mew.info
|
1998-06-25 22:30:04 +00:00
|
|
|
|
|
|
|
.if (${LANGUAGE} == "Chinese")
|
1997-12-08 22:08:37 +00:00
|
|
|
.endif
|
1998-06-25 22:30:04 +00:00
|
|
|
.if (${LANGUAGE} == "Japanese")
|
|
|
|
DIRENTRY+= "* Mew.jis: (mew.jis): Messaging in the Emacs World (Japanese)."
|
|
|
|
INFOFILE+= mew.jis.info
|
1997-12-08 22:08:37 +00:00
|
|
|
.endif
|
1998-06-25 22:30:04 +00:00
|
|
|
.if (${LANGUAGE} == "Korean")
|
1997-12-08 22:08:37 +00:00
|
|
|
.endif
|
1998-06-25 22:30:04 +00:00
|
|
|
.if (${LANGUAGE} == "Russian")
|
1997-12-08 22:08:37 +00:00
|
|
|
.endif
|
1998-06-25 22:30:04 +00:00
|
|
|
.if (${LANGUAGE} == "Vietnamese")
|
1997-12-08 22:08:37 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../../mail/mew-common/Makefile"
|