diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-11-05 14:32:54 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-11-05 14:32:54 +0000 |
commit | 617d85793c24de89cb880d92af1ee4f35df9708f (patch) | |
tree | 215a905594ce4c9b8c7a327e72cda619a80e5e61 /mail/mew | |
parent | obey CFLAGS and CC defintion from bsd.port.mk. (diff) |
Upgrade to v1.93
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
PR: ports/8233 (part of)
Notes
Notes:
svn path=/head/; revision=14361
Diffstat (limited to 'mail/mew')
-rw-r--r-- | mail/mew/Makefile | 15 | ||||
-rw-r--r-- | mail/mew/pkg-descr | 21 |
2 files changed, 11 insertions, 25 deletions
diff --git a/mail/mew/Makefile b/mail/mew/Makefile index b56ac4ee5d71..07d0fd29a316 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -1,16 +1,15 @@ -# New ports collection makefile for: Mew for Emacs -# Version required: 1.92.4 -# Date created: 30 December 1996 +# New ports collection makefile for: Mew (for emacs) +# Version required: 1.93 +# Date created: 17 January 1998 # Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.6 1997/12/08 22:13:38 max Exp $ +# $Id: Makefile,v 1.3 1998/10/08 12:26:38 kiri Exp $ # -PKGNAME= mew-1.92.4 +PKGNAME= mew-emacs-1.93 -EMACS= yes - -DIRENTRY= "* Mew: (mew): Messaging in the Emacs World." +EMACS_NAME= Emacs-19.34b +DIRENTRY= "* Mew: (mew). Messaging in the Emacs World." INFOFILE= mew.info .include "${.CURDIR}/../../mail/mew-common/Makefile" diff --git a/mail/mew/pkg-descr b/mail/mew/pkg-descr index 42dda7312301..8db24bdf905d 100644 --- a/mail/mew/pkg-descr +++ b/mail/mew/pkg-descr @@ -11,24 +11,11 @@ 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/share/emacs/site-lisp/mew + Info path - ${PREFIX}/share/emacs/19.34/site-lisp/mew + load path - ${PREFIX}/share/emacs/19.34/info -You must be setting your own environment: - - 1st - Set up "~/.im/Config" correctly (execute imsetup) - 2nd - Set up "~/.emacs" correctly - -(See info by C-h i and selecting "Mew", "Install" and "User" ). - -Sample files for those above are in /usr/local/share/examples/mew. - -Most easy going way to install user environment is to execute -/usr/local/share/examples/mew/user-install on your home directory. You can -easily set up your mail environment interactively. - -If you have installed correctly, type "M-x mew", then you can see Mew -greeting messages and little while later ready to use. Enjoy! +Before build this port, You must be prepared Mew-common-port +(mail/mew-common). - Kiriyama Kazuhiko kiri@kiri.toba-cmt.ac.jp |