blob: c2f4372c81c03fa7c91b5fbef1652aee9c557b56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.5 2022/08/11 05:09:13 gutteridge Exp $
PKGNAME= ${DISTNAME:S/pinentry-/pinentry-gnome3-/}
PKGREVISION= 1
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"
|