pkgsrc/mail/notmuch/Makefile
wiz 2595cf183e Import notmuch-0.17 as mail/notmuch, packaged for wip by myself
and tonnerre.

Notmuch is a system for indexing, searching, reading, and tagging
large collections of email messages in maildir or mh format. It uses
the Xapian library to provide fast, full-text search with a convenient
search syntax.
2014-01-09 12:15:23 +00:00

22 lines
580 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/01/09 12:15:23 wiz Exp $
DISTNAME= notmuch-0.17
CATEGORIES= mail
MASTER_SITES= http://notmuchmail.org/releases/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://notmuchmail.org/
COMMENT= Mail indexer
LICENSE= gnu-gpl-v3
HAS_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake pkg-config
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
.include "../../mail/gmime24/buildlink3.mk"
.include "../../textproc/xapian/buildlink3.mk"
.include "../../devel/talloc/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"