pkgsrc/mail/mew3/Makefile
taca 98c5dd10f3 Update mew package to 3.3.
Mew 3.3 release (2003/07/24)

Mew 3.3 release candidate 4 (2003/07/16)

* Set mew-icon-p to t on Emacs 21 when tool-bar is available.
	KOSEKI Yoshinori <kose@yk.NetLaputa.ne.jp>
* Defining mew-highlight-x-face-function.
	Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
* Tuning up mew-summary-scan.
* mew-input-refile-folders sets inhibit-quit to nil to avoid
  Emacs 21.3's bug.
* Security fix: stunnel now allows access from localhost only.
	Koga Youichirou <y-koga@cq.jp.nec.com>

Mew 3.3 release candidate 3 (2003/06/23)

* Implementing mew-find-file-noselect2().
* Setting buffer-file-coding-system for Summary/Virtual mode
  so that modeline displays "1".
* Loosen content-type check. ("Text" instead of "Text/")

Mew 3.3 release candidate 2 (2003/06/19)

* Security fix: Implementing mew-find-file-noselect to prevent
  file-local variable attack.
* A bug fix for "mr" in Virtual mode.
* A bug fix for "mo".

Mew 3.3 release candidate 1 (2003/05/22)

* A bug fix for mew-smtp-queue again.
* A bug fix for handling Message-Id: in citation.
* Checking utf-translate-cjk-mode to set mew-internal-utf-8p.
* A bug fix for 7bit vs mew-convert-singlepart.
* The filename parameter for CDP:inline of CT: Message/.
* Moving the position of mew-make-message-hook so that ispell-message
  works.
2003-08-18 14:29:13 +00:00

37 lines
926 B
Makefile

# $NetBSD: Makefile,v 1.8 2003/08/18 14:29:13 taca Exp $
DISTNAME= mew-3.3
CATEGORIES= mail
MASTER_SITES= ftp://ftp.mew.org/pub/Mew/release/
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
HOMEPAGE= http://www.mew.org/
COMMENT= Messaging in the Emacs World
CONFLICTS=+ mew-xemacs-*
INFO_FILES= mew.info
EMACS_VERSIONS_ACCEPTED= emacs21 emacs20
MEW_CONTRIB_DIR=${EMACS_LISPPREFIX}/mew/contrib
MAKE_FLAGS+= prefix=${PREFIX}
MAKE_FLAGS+= EMACS=${EMACS_BIN}
MAKE_FLAGS+= elispdir=${EMACS_LISPPREFIX}/mew
MAKE_FLAGS+= etcdir=${PREFIX}/share/mew
post-patch:
@${GREP} -lr /usr/local ${WRKSRC} | \
while read f; do \
${MV} $$f $${f}.orig; \
${SED} -e 's|/usr/local|${PREFIX}|g' $${f}.orig >$$f; \
done
@${FIND} ${WRKSRC} -name '*.orig' -exec ${RM} {} \;
post-install:
@${INSTALL_DATA_DIR} ${MEW_CONTRIB_DIR}
@${INSTALL_DATA} ${WRKSRC}/contrib/* ${MEW_CONTRIB_DIR}
.include "../../mk/emacs.mk"
.include "../../mk/bsd.pkg.mk"