security/pinentry-gnome3: import pinentry-gnome3-1.1.0
This is a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol as described by the aegypten project. It provides programs for several graphical toolkits, such as FLTK, GTK+ and QT, as well as for the console, using curses. This package contains the GNOME 3 frontend.
This commit is contained in:
parent
b119007eb9
commit
855e36835f
3 changed files with 29 additions and 0 deletions
6
security/pinentry-gnome3/DESCR
Normal file
6
security/pinentry-gnome3/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
This is a collection of simple PIN or passphrase entry dialogs which
|
||||
utilize the Assuan protocol as described by the aegypten project.
|
||||
It provides programs for several graphical toolkits, such as FLTK,
|
||||
GTK+ and QT, as well as for the console, using curses.
|
||||
|
||||
This package contains the GNOME 3 frontend.
|
21
security/pinentry-gnome3/Makefile
Normal file
21
security/pinentry-gnome3/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1 2020/08/30 23:53:23 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-libsecret
|
||||
|
||||
INSTALL_DIRS= gnome3
|
||||
|
||||
.include "../../security/gcr/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
security/pinentry-gnome3/PLIST
Normal file
2
security/pinentry-gnome3/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2020/08/30 23:53:23 wiz Exp $
|
||||
bin/pinentry-gnome3
|
Loading…
Reference in a new issue