a7c928cd48
* Caution! The tools mdeliver and mexport were buggy in handling and generation of trailing empty lines in MBOX-RD. Do not import mbox files generated by mexport >=1.2 with mdeliver <1.2 if you require verbatim message delivery. * mshow: add "-A all" to render all attachments * msed: match header names case insensitively * mless: prefer setting LESSKEYIN and using .mlesskey * mcom: take Delivered-To into account for choosing From address * mcom: allow tilde prefixed path for profile's outbox setting * mcom: detect and report mmime errors * add contrib/mmailto, a handler for mailto: links * Many bug fixes.
21 lines
589 B
Makefile
21 lines
589 B
Makefile
# $NetBSD: Makefile,v 1.11 2022/01/04 12:21:47 schmonz Exp $
|
|
|
|
DISTNAME= mblaze-1.2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=leahneukirchen/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= sunil@nimmagadda.net
|
|
HOMEPAGE= https://github.com/leahneukirchen/mblaze/
|
|
COMMENT= Set of Maildir utilities
|
|
LICENSE= public-domain
|
|
|
|
NO_CONFIGURE= yes
|
|
USE_TOOLS+= gmake perl:test
|
|
MAKE_FILE= GNUmakefile
|
|
MAKE_FLAGS+= PREFIX=${PREFIX:Q} BINDIR=${PREFIX:Q}/bin MANDIR=${PREFIX:Q}/${PKGMANDIR}
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|