From 347105a5dea72cfe0255c3da60bda9532ebb3a44 Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Mon, 8 Dec 1997 22:08:37 +0000 Subject: New port, mew-mule: This is mule dependent part of Mew. PR: 5165 Submitted by: Kazuhiko Kiriyama --- mail/mew-mule/Makefile | 58 +++++++++++++++++++++++++++++++++++++++++++++++ mail/mew-mule/pkg-comment | 1 + mail/mew-mule/pkg-descr | 21 +++++++++++++++++ 3 files changed, 80 insertions(+) create mode 100644 mail/mew-mule/Makefile create mode 100644 mail/mew-mule/pkg-comment create mode 100644 mail/mew-mule/pkg-descr (limited to 'mail') 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 +# +# $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 -- cgit v1.2.3