mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
41fb6712d8
({japanese,mail}/mew-xemacs). Along the way, mew for mule with Japanese environment was renamed from japanese/mew to japanese/mew-mule (repository-copy done.) Submitted by: maintainer PR: 6533, 6588
30 lines
711 B
Makefile
30 lines
711 B
Makefile
# 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"
|