pkgsrc/mail/mew/buildlink3.mk
minskim 2f5f815900 Update mew to 6.2. This fixes PR 40808 and PR 41853.
Major changes:
    * Configuration in ".mew.el", especially of mew-config-alist is
      simplified. See the config2 node in info.
    * Virtual mode is categorized to Selection and Thread. You can create
      Selection by keyword, dialog, sorting, and so on. You can make
      Thread even of Selection as well as of Summary.
    * "S" is now virtual sort creating Selection. Physical sort is
      assigned to "M-s".
    * Punycode is supported. Mew now can display internationalized domain
      names.
    * "Z" collects a folder list according to the current world.
      No numeric argument is necessary any more.
    * "_" toggles a long line: normal, long, wrapped.
    * You can use gmail with IMAP.
2009-08-09 12:01:18 +00:00

15 lines
354 B
Makefile

# $NetBSD: buildlink3.mk,v 1.3 2009/08/09 12:01:18 minskim Exp $
#
BUILDLINK_TREE+= mew
.if !defined(MEW_BUILDLINK3_MK)
MEW_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.mew+= ${EMACS_PKGNAME_PREFIX}mew>=6
BUILDLINK_PKGSRCDIR.mew?= ../../mail/mew
BUILDLINK_CONTENTS_FILTER.mew= ${EGREP} '.*\.el$$|.*\.elc$$'
.endif # MEW_BUILDLINK3_MK
BUILDLINK_TREE+= -mew