freebsd-ports/mail/mew-mule/Makefile
Masafumi Max NAKANE 41fb6712d8 A major restructuring of mew ports to add xemacs versions
({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
1998-06-25 22:30:04 +00:00

29 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"