--- /dev/null
+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 GTK+ and
+QT, as well as for the console, using curses.
+
+This package contains the QT4 frontend.
--- /dev/null
+# $NetBSD$
+
+PKGNAME= ${DISTNAME:S/pinentry-/pinentry-qt5-/}
+COMMENT= Applications for entering PINs or Passphrases, qt5 enabled
+
+.include "../../wip/pinentry/Makefile.common"
+
+CONFIGURE_ARGS+= --enable-pinentry-qt
+CONFIGURE_ARGS+= --disable-pinentry-curses
+CONFIGURE_ARGS+= --disable-pinentry-emacs
+#CONFIGURE_ARGS+= --disable-fallback-curses
+CONFIGURE_ARGS+= --disable-pinentry-gnome3
+CONFIGURE_ARGS+= --disable-pinentry-gtk2
+CONFIGURE_ARGS+= --disable-pinentry-fltk
+
+USE_LANGUAGES+= c c++
+USE_TOOLS+= pkg-config gmake
+
+INSTALL_DIRS= qt
+
+BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.0.0
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"