The amount of changes is equally staggering; see the NEWS file contained in the source package.
23 lines
587 B
Makefile
23 lines
587 B
Makefile
# $NetBSD: Makefile,v 1.3 2013/07/30 21:58:50 tonnerre Exp $
|
|
#
|
|
|
|
DISTNAME= notmuch-0.15.2
|
|
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 "../../wip/talloc/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|