6cedf41d8b
Provided by Michael Baeuerle via pkgsrc-wip. Add pinentry-qt5, remove pinentry-qt4. Noteworthy changes in version 1.1.1 (2021-01-21) ------------------------------------------------ * A EFL-based pinentry has been contributed. * Disable echoing in backspace key is pressed first (GTK, Qt, TQt, and ncurses pinentries). * Support line editing in TTY pinentry. * Remove support for old GTK+2 (< 2.12.0). * Various minor fixes.
22 lines
728 B
Makefile
22 lines
728 B
Makefile
# $NetBSD: Makefile,v 1.2 2021/02/06 10:26:53 wiz Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/pinentry-/pinentry-gnome3-/}
|
|
COMMENT= Applications for entering PINs or Passphrases, GNOME 3 enabled
|
|
|
|
.include "../../security/pinentry/Makefile.common"
|
|
|
|
USE_TOOLS+= pkg-config
|
|
CONFIGURE_ARGS+= --disable-pinentry-gtk2
|
|
CONFIGURE_ARGS+= --disable-pinentry-qt
|
|
CONFIGURE_ARGS+= --disable-pinentry-curses
|
|
CONFIGURE_ARGS+= --disable-pinentry-emacs
|
|
#CONFIGURE_ARGS+= --disable-fallback-curses
|
|
CONFIGURE_ARGS+= --enable-pinentry-gnome3
|
|
CONFIGURE_ARGS+= --disable-pinentry-fltk
|
|
CONFIGURE_ARGS+= --disable-pinentry-efl
|
|
CONFIGURE_ARGS+= --disable-libsecret
|
|
|
|
INSTALL_DIRS= gnome3
|
|
|
|
.include "../../security/gcr/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|