diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-07-05 20:06:21 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-07-05 20:06:21 +0000 |
commit | 24682f93746a0aa4ba9954de0281eeff4de840d8 (patch) | |
tree | a336c45a56021722dd7a966e6dfd5ff10ae7a863 /mail/mew3/files/message.sh | |
parent | - add (actually restore) patch that fix build when OpenJDK is installed (diff) |
Remove expired ports: Development of this versions ceased, superseded by mail/mew
Notes
Notes:
svn path=/head/; revision=300532
Diffstat (limited to 'mail/mew3/files/message.sh')
-rw-r--r-- | mail/mew3/files/message.sh | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/mail/mew3/files/message.sh b/mail/mew3/files/message.sh deleted file mode 100644 index c4941cbfed1b..000000000000 --- a/mail/mew3/files/message.sh +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh - -case ${EMACS_PORT_NAME} in - emacs20) - cat <<EOF > ${WRKTMPDIR}/pkg-message -************************************************************************* -* You must set at least following elisps to your own dot.emacs file: * -* * -* (autoload 'mew "mew" nil t) * -* (autoload 'mew-send "mew" nil t) * -* (setq mew-mail-domain "domain of e-mail address") * -* (setq mew-pop-server "your POP server") ;; if not localhost * -* (setq mew-smtp-server "your SMTP server") ;; if not localhost * -* (setq mew-prog-pgpkey "fetch") ;; for PGP use * -* (setq mew-prog-pgpkey-arg '("-q" "-o" "-"));; for PGP use * -* * -************************************************************************* -EOF - ;; - xemacs21*) - cat <<EOF > ${WRKTMPDIR}/pkg-message -************************************************************************* -* You must set at least following elisps to your own dot.emacs file: * -* * -* (autoload 'mew "mew" nil t) * -* (autoload 'mew-send "mew" nil t) * -* (setq mew-mail-domain "domain of e-mail address") * -* (setq mew-pop-server "your POP server") ;; if not localhost * -* (setq mew-smtp-server "your SMTP server") ;; if not localhost * -* (setq mew-icon-directory "icon directory") ;; if using XEmacs * -* (setq mew-prog-pgpkey "fetch") ;; for PGP use * -* (setq mew-prog-pgpkey-arg '("-q" "-o" "-"));; for PGP use * -* * -************************************************************************* -EOF - ;; -esac |