pkgsrc/mail/nmzmail/Makefile
rodent 6bb77b98fb Import nmzmail-1.1 as mail/nmzmail.
nmzmail is a tool to use the namazu search engine from within the mutt mail
client to search mail stored in maildir folders. Based on the result of the
namazu query, nmzmail generates a maildir folder containing symbolic links to
the mails matching the query. A simple mutt macro makes easy to use nmzmail from
within mutt. nmzmail is pretty similar to mairix, but the code is much simpler,
as it uses an external program as search engine.
2013-07-02 11:43:36 +00:00

24 lines
648 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/07/02 11:43:36 rodent Exp $
#
DISTNAME= nmzmail-1.1
CATEGORIES= mail
MASTER_SITES= http://www.ecademix.com/JohannesHofmann/
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://www.ecademix.com/JohannesHofmann/nmzmail.html
COMMENT= Fast mail searching for mutt
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
SUBST_CLASSES+= mknmz
SUBST_FILES.mknmz= src/nmzmail.c
SUBST_MESSAGE.mknmz= Fixing mknmz executable path.
SUBST_STAGE.mknmz= post-configure
SUBST_SED.mknmz= -e "s|mknmz|${PREFIX}/bin/mknmz|"
DEPENDS+= namazu>=2.0.20:../../textproc/namazu
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"