This package contains the mutt-kz fork with notmuch support and another improvements. The Mutt E-Mail Client by Michael Elkins <me@cs.hmc.edu> ``All mail clients suck. This one just sucks less.'' -me, circa 1995 Mutt is a small but very powerful text-based MIME mail client. Mutt is highly configurable, and is well suited to the mail power user with advanced features like key bindings, keyboard macros, mail threading, color, PGP and S/MIME, POP3, IMAP, various mailbox formats, regular expression searches and a powerful pattern matching language for selecting groups of messages.
21 lines
693 B
Makefile
21 lines
693 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/01/12 17:43:37 wiz Exp $
|
|
|
|
DISTNAME= mutt-kz-1.5.22.1-rc1
|
|
PKGNAME= ${DISTNAME:S/-rc/rc/}
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://redcrew.org/pub/mutt-kz/v1.5.22.1/
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= https://kzak.redcrew.org/doku.php?id=mutt:start
|
|
COMMENT= Text-based MIME mail client with notmuch, PGP & S/MIME support
|
|
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # or newer
|
|
|
|
CONFIGURE_ARGS+= --enable-notmuch
|
|
|
|
.include "../../mail/mutt-devel/Makefile.common"
|
|
|
|
DEINSTALL_SRC= ${.CURDIR}/../../mail/mutt-devel/DEINSTALL
|
|
INSTALL_SRC= ${.CURDIR}/../../mail/mutt-devel/INSTALL
|
|
|
|
.include "../../mail/notmuch/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|