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-mule | |
parent | 2dbb7706c72178f124026f8691f8a635033f1474 (diff) | |
download | ports-617d85793c24de89cb880d92af1ee4f35df9708f.tar.gz ports-617d85793c24de89cb880d92af1ee4f35df9708f.zip |
Notes
Diffstat (limited to 'mail/mew-mule')
-rw-r--r-- | mail/mew-mule/Makefile | 30 | ||||
-rw-r--r-- | mail/mew-mule/pkg-descr | 8 |
2 files changed, 13 insertions, 25 deletions
diff --git a/mail/mew-mule/Makefile b/mail/mew-mule/Makefile index 0ed6c920b8d5..7b1b406a9092 100644 --- a/mail/mew-mule/Makefile +++ b/mail/mew-mule/Makefile @@ -1,29 +1,17 @@ # New ports collection makefile for: Mew (for mule) -# Version required: 1.92.4 -# Date created: 21 November 1997 +# Version required: 1.93 +# Date created: 17 January 1998 # Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1997/12/08 22:08:36 max Exp $ +# $Id: Makefile,v 1.4 1998/10/08 12:26:42 kiri Exp $ # -PKGNAME?= mew-mule-1.92.4 +PKGNAME= mew-mule-1.93 -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 +EMACS_NAME= Mule-2.3 +DIRENTRY= "* Mew: (mew). Messaging in the Emacs World (English)." \ + "* Mew.jis: (mew.jis). Messaging in the Emacs World (Japanese)." +INFOFILE= mew.info \ + mew.jis.info .include "${.CURDIR}/../../mail/mew-common/Makefile" diff --git a/mail/mew-mule/pkg-descr b/mail/mew-mule/pkg-descr index 6aecca6a20a1..abd1ab592e1c 100644 --- a/mail/mew-mule/pkg-descr +++ b/mail/mew-mule/pkg-descr @@ -11,11 +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/lib/mule/site-lisp/mew + Info path - ${PREFIX}/share/mule/19.28/site-lisp/mew + load path - ${PREFIX}/share/mule/19.28/info -You must be installed individual language Mule-depend Mew(chinese/mew, -japanese/mew, korean/mew, etc) after mew-mule installed. +Before build this port, You must be prepared Mew-common-port +(mail/mew-common). - Kiriyama Kazuhiko kiri@kiri.toba-cmt.ac.jp |