summaryrefslogtreecommitdiff
path: root/mail/mew-mule
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1998-06-25 22:30:04 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1998-06-25 22:30:04 +0000
commit41fb6712d8f712a1c33d6e259866a8071291f368 (patch)
tree92198be0605e86abb3e1857626bd984df55a5325 /mail/mew-mule
parentRename "bash" to "bash1" (the actual port is already repository copied). (diff)
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
Notes
Notes: svn path=/head/; revision=11531
Diffstat (limited to 'mail/mew-mule')
-rw-r--r--mail/mew-mule/Makefile53
1 files changed, 12 insertions, 41 deletions
diff --git a/mail/mew-mule/Makefile b/mail/mew-mule/Makefile
index 547224370368..0ed6c920b8d5 100644
--- a/mail/mew-mule/Makefile
+++ b/mail/mew-mule/Makefile
@@ -3,56 +3,27 @@
# Date created: 21 November 1997
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/12/08 22:08:36 max Exp $
#
PKGNAME?= mew-mule-1.92.4
-EMACSCMD= mule
-ELISPDIR= ${PREFIX}/lib/mule/site-lisp
-WRKDIR= ${.CURDIR}/../../mail/mew-mule/work
-INSTALL_COOKIE= ${WRKDIR}/.install_done-${PKGNAME}
-PACKAGE_COOKIE= ${WRKDIR}/.package_done-${PKGNAME}
-
-.if defined(ZH_MULE)
-DIRENTRY= "* Mew-ch: (mew). Messaging in the Emacs World (Chinese)."
+LANGUAGE?=
+MULE= yes
+DIRENTRY= "* Mew: (mew): Messaging in the Emacs World (English)."
INFOFILE= mew.info
+
+.if (${LANGUAGE} == "Chinese")
.endif
-.if defined(JA_MULE)
-DIRENTRY= "* Mew-ja: (mew.jis). Messaging in the Emacs World (Japanese)."
-INFOFILE= mew.jis.info
-.endif
-.if defined(KO_MULE)
-DIRENTRY= "* Mew-ko: (mew). Messaging in the Emacs World (Korean)."
-INFOFILE= mew.info
+.if (${LANGUAGE} == "Japanese")
+DIRENTRY+= "* Mew.jis: (mew.jis): Messaging in the Emacs World (Japanese)."
+INFOFILE+= mew.jis.info
.endif
-.if defined(RU_MULE)
-DIRENTRY= "* Mew-ru: (mew). Messaging in the Emacs World (Russian)."
-INFOFILE= mew.info
+.if (${LANGUAGE} == "Korean")
.endif
-.if defined(VI_MULE)
-DIRENTRY= "* Mew-vi: (mew). Messaging in the Emacs World (Vietnamese)."
-INFOFILE= mew.info
+.if (${LANGUAGE} == "Russian")
.endif
-
-.if defined(ZH_MULE) || defined(JA_MULE) || defined(KO_MULE) || \
- defined(RU_MULE) || defined(VI_MULE)
-I18N= yes
-I18N_PHASE= "I18N=${I18N}"
-MEW_RUN_REQ= ${PREFIX}/bin/mewcat:${PORTSDIR}/mail/mew-mule
-
-pre-install:
- @${TOUCH} ${TOUCH_FLAGS} ${PLIST}
- @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
- @(cd ${FILESDIR}; \
- ${CP} INSTALL DEINSTALL ${PKGDIR}; \
- ${RM} -f ${FILESDIR}/${TMPL_FILES}; \
- )
-.else
-MULE= yes
-BUILD_DEPENDS= mule:${PORTSDIR}/editors/mule
-MEW_RUN_REQ= ${PREFIX}/lib/mule/site-lisp:${PORTSDIR}/editors/mule-common \
- ${PREFIX}/bin/mewcat:${PORTSDIR}/mail/mew-common
+.if (${LANGUAGE} == "Vietnamese")
.endif
.include "${.CURDIR}/../../mail/mew-common/Makefile"