File:  [cvs.NetBSD.org] / pkgsrc / security / pinentry-gnome3 / Makefile
Revision 1.11: download - view: text, annotated - select for diffs
Tue Nov 14 14:02:48 2023 UTC (17 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
*: recursive bump for cairo dependency changes

# $NetBSD: Makefile,v 1.11 2023/11/14 14:02:48 wiz Exp $

PKGNAME=	${DISTNAME:S/pinentry-/pinentry-gnome3-/}
PKGREVISION=	5
COMMENT=	Applications for entering PINs or Passphrases, GNOME 3 enabled

.include "../../security/pinentry/Makefile.common"

USE_TOOLS+=		pkg-config
CONFIGURE_ARGS+=	--disable-pinentry-curses
CONFIGURE_ARGS+=	--disable-pinentry-emacs
CONFIGURE_ARGS+=	--disable-pinentry-efl
CONFIGURE_ARGS+=	--disable-pinentry-fltk
CONFIGURE_ARGS+=	--disable-pinentry-gtk2
CONFIGURE_ARGS+=	--disable-pinentry-qt
CONFIGURE_ARGS+=	--disable-libsecret
CONFIGURE_ARGS+=	--enable-pinentry-gnome3

INSTALL_DIRS=		gnome3

.include "../../security/gcr/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>