diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-12-08 22:08:37 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-12-08 22:08:37 +0000 |
commit | 347105a5dea72cfe0255c3da60bda9532ebb3a44 (patch) | |
tree | c87a7126766e4a246bd9276714458c1c988b4909 | |
parent | b4f7f76f3986c0173ea82b78e5160683e1b5d814 (diff) | |
download | ports-347105a5dea72cfe0255c3da60bda9532ebb3a44.tar.gz ports-347105a5dea72cfe0255c3da60bda9532ebb3a44.zip |
Notes
-rw-r--r-- | mail/mew-mule/Makefile | 58 | ||||
-rw-r--r-- | mail/mew-mule/pkg-comment | 1 | ||||
-rw-r--r-- | mail/mew-mule/pkg-descr | 21 |
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 |