summaryrefslogtreecommitdiff
path: root/mail/mew-xemacs
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1998-06-25 22:06:11 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1998-06-25 22:06:11 +0000
commit31029920b92a46f954d267ce29016dd7fd282fa5 (patch)
tree9d7227f86cd32eed0d28766153896def59e9e495 /mail/mew-xemacs
parentTell it not to use gnat, apparently our version confuses it. (diff)
Mew port for xemacs.
Submitted by: kiri@kiri.toba-cmt.ac.jp PR: 6533, 6588
Notes
Notes: svn path=/head/; revision=11528
Diffstat (limited to 'mail/mew-xemacs')
-rw-r--r--mail/mew-xemacs/Makefile34
-rw-r--r--mail/mew-xemacs/pkg-comment1
-rw-r--r--mail/mew-xemacs/pkg-descr21
3 files changed, 56 insertions, 0 deletions
diff --git a/mail/mew-xemacs/Makefile b/mail/mew-xemacs/Makefile
new file mode 100644
index 000000000000..ffa61eded6fe
--- /dev/null
+++ b/mail/mew-xemacs/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: Mew (for xemacs)
+# Version required: 1.92.4
+# Date created: 17 January 1998
+# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
+#
+# $Id$
+#
+
+PKGNAME?= mew-xemacs-1.92.4
+
+LANGUAGE?=
+XEMACS= yes
+DIRENTRY= "* Mew:: Messaging in the Emacs World (English)."
+INFOFILE= mew.info
+
+.if (${LANGUAGE} == "Chinese")
+.endif
+.if (${LANGUAGE} == "Japanese")
+DIRENTRY+= "* 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
+
+post-install::
+.for f in mew.info mew.info-1 mew.info-2 mew.info-3
+ @ln -sf ${PREFIX}/info/${f} ${INFODIR}/${f}
+.endfor
+
+.include "${.CURDIR}/../../mail/mew-common/Makefile"
diff --git a/mail/mew-xemacs/pkg-comment b/mail/mew-xemacs/pkg-comment
new file mode 100644
index 000000000000..4749439efea0
--- /dev/null
+++ b/mail/mew-xemacs/pkg-comment
@@ -0,0 +1 @@
+Message interface to Emacs Window(for xemacs)
diff --git a/mail/mew-xemacs/pkg-descr b/mail/mew-xemacs/pkg-descr
new file mode 100644
index 000000000000..3991dd053631
--- /dev/null
+++ b/mail/mew-xemacs/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/lib/xemacs-20.3/info
+ load path - /usr/local/lib/xemacs/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