diff options
author | drochner <drochner@pkgsrc.org> | 2010-02-25 11:30:03 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-02-25 11:30:03 +0000 |
commit | dc532be7934953d6bb29f9b6d12d1bf8f44b352e (patch) | |
tree | 5180ca60434dda1d3c4bda833726640d73bd6ace /security/pinentry-qt4 | |
parent | b599b5e0b940c5c4bf61b7adfa08e6397d2013c7 (diff) | |
download | pkgsrc-dc532be7934953d6bb29f9b6d12d1bf8f44b352e.tar.gz |
add the qt4 version of the pinentry widget, from Sverre Froyen per PM
Diffstat (limited to 'security/pinentry-qt4')
-rw-r--r-- | security/pinentry-qt4/DESCR | 4 | ||||
-rw-r--r-- | security/pinentry-qt4/Makefile | 41 | ||||
-rw-r--r-- | security/pinentry-qt4/PLIST | 2 |
3 files changed, 47 insertions, 0 deletions
diff --git a/security/pinentry-qt4/DESCR b/security/pinentry-qt4/DESCR new file mode 100644 index 00000000000..eca2e9c1210 --- /dev/null +++ b/security/pinentry-qt4/DESCR @@ -0,0 +1,4 @@ +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. diff --git a/security/pinentry-qt4/Makefile b/security/pinentry-qt4/Makefile new file mode 100644 index 00000000000..5ae438353cd --- /dev/null +++ b/security/pinentry-qt4/Makefile @@ -0,0 +1,41 @@ +# $NetBSD: Makefile,v 1.1 2010/02/25 11:30:03 drochner Exp $ +# + +DISTNAME= pinentry-0.7.6 +PKGNAME= pinentry-qt4-0.7.6 +CATEGORIES= security +MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/pinentry/ + +MAINTAINER= shannonjr@NetBSD.org +HOMEPAGE= ftp://ftp.gnupg.org/gcrypt/pinentry/ +COMMENT= Applications for entering PINs or Passphrases + +PATCHDIR= ${.CURDIR}/../../security/pinentry/patches +DISTINFO_FILE= ${.CURDIR}/../../security/pinentry/distinfo +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.iconv} +CONFIGURE_ARGS+= --enable-pinentry-qt4 +CONFIGURE_ARGS+= --with-qt-dir=${QTDIR:Q} +CONFIGURE_ARGS+= --with-qt-includes=${BUILDLINK_PREFIX.qt4-libs}/qt4/include +CONFIGURE_ARGS+= --with-qt-libraries=${BUILDLINK_PREFIX.qt4-libs}/qt4/lib +CONFIGURE_ARGS+= --disable-pinentry-curses +#CONFIGURE_ARGS+= --disable-fallback-curses +CONFIGURE_ARGS+= --disable-pinentry-gtk +CONFIGURE_ARGS+= --disable-pinentry-gtk2 +CONFIGURE_ARGS+= --disable-pinentry-qt + +USE_LANGUAGES+= c c++ +USE_TOOLS+= pkg-config gmake +INFO_FILES= yes + +INSTALL_DIRS= qt4 + +BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.0.0 +.include "../../x11/qt4-libs/buildlink3.mk" +.include "../../converters/libiconv/buildlink3.mk" +#.include "../../security/libgpg-error/buildlink3.mk" +#.include "../../security/libksba/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/pinentry-qt4/PLIST b/security/pinentry-qt4/PLIST new file mode 100644 index 00000000000..206e440f6ab --- /dev/null +++ b/security/pinentry-qt4/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2010/02/25 11:30:03 drochner Exp $ +bin/pinentry-qt4 |