File:  [cvs.NetBSD.org] / pkgsrc / mail / notmuch-emacs / Makefile
Revision 1.3: download - view: text, annotated - select for diffs
Wed Dec 18 10:58:03 2024 UTC (3 months ago) by nros
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, HEAD
revbump due to devel/talloc dependency changes

# $NetBSD: Makefile,v 1.3 2024/12/18 10:58:03 nros Exp $

PKGREVISION= 2
.include "../../mail/notmuch/Makefile.common"
PKGNAME=		${DISTNAME:S/notmuch-/notmuch-emacs-/}

DEPENDS+=		emacs>=25.1:../../editors/emacs
DEPENDS+=		notmuch-[0-9]*:../../mail/notmuch

BUILDLINK_DEPMETHOD.desktop-file-utils=	build
.include "../../sysutils/desktop-file-utils/buildlink3.mk"

CONFIGURE_ARGS+=	--with-emacs

MAKE_FLAGS=		INFO_TEXI_FILES=doc/_build/texinfo/notmuch-emacs.texi
MAKE_FLAGS+=		COPY_INFO1= # empty
INSTALL_TARGET=		install-emacs install-info

.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>