summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-12-08 22:08:37 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-12-08 22:08:37 +0000
commit347105a5dea72cfe0255c3da60bda9532ebb3a44 (patch)
treec87a7126766e4a246bd9276714458c1c988b4909 /mail
parentUpgrade to version 5.0s. (diff)
New port, mew-mule:
This is mule dependent part of Mew. PR: 5165 Submitted by: Kazuhiko Kiriyama <kiri@kiri.toba-cmt.ac.jp>
Notes
Notes: svn path=/head/; revision=9031
Diffstat (limited to 'mail')
-rw-r--r--mail/mew-mule/Makefile58
-rw-r--r--mail/mew-mule/pkg-comment1
-rw-r--r--mail/mew-mule/pkg-descr21
3 files changed, 80 insertions, 0 deletions
diff --git a/mail/mew-mule/Makefile b/mail/mew-mule/Makefile
new file mode 100644
index 000000000000..547224370368
--- /dev/null
+++ b/mail/mew-mule/Makefile
@@ -0,0 +1,58 @@
+# 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$
+#
+
+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)."
+INFOFILE= mew.info
+.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
+.endif
+.if defined(RU_MULE)
+DIRENTRY= "* Mew-ru: (mew). Messaging in the Emacs World (Russian)."
+INFOFILE= mew.info
+.endif
+.if defined(VI_MULE)
+DIRENTRY= "* Mew-vi: (mew). Messaging in the Emacs World (Vietnamese)."
+INFOFILE= mew.info
+.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
+.endif
+
+.include "${.CURDIR}/../../mail/mew-common/Makefile"
diff --git a/mail/mew-mule/pkg-comment b/mail/mew-mule/pkg-comment
new file mode 100644
index 000000000000..58f567c4eb79
--- /dev/null
+++ b/mail/mew-mule/pkg-comment
@@ -0,0 +1 @@
+Message interface to Emacs Window(for mule)
diff --git a/mail/mew-mule/pkg-descr b/mail/mew-mule/pkg-descr
new file mode 100644
index 000000000000..6aecca6a20a1
--- /dev/null
+++ b/mail/mew-mule/pkg-descr
@@ -0,0 +1,21 @@
+Mew is a "Message interface to Emacs Window" to integrate
+
+ - Email
+ - NetNews
+ - MIME(Multipurpose Internet Mail Extensions)
+ - PGP(Pretty Good Privacy)
+
+and to make it easy to view and compose them. With Mew you can send a
+picture of a birthday cake with the song "Happy Birthday to you" to your
+friend, which is encrypted by strong cryptograph.
+
+Info path and elisp load path would be set as follows :
+
+ Info path - /usr/local/info
+ load path - /usr/local/lib/mule/site-lisp/mew
+
+You must be installed individual language Mule-depend Mew(chinese/mew,
+japanese/mew, korean/mew, etc) after mew-mule installed.
+
+- Kiriyama Kazuhiko
+kiri@kiri.toba-cmt.ac.jp