summaryrefslogtreecommitdiff
path: root/security/pinentry-gtk2/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2010-02-07 15:36:58 +0000
committerdrochner <drochner@pkgsrc.org>2010-02-07 15:36:58 +0000
commit3ef73591a9f92aaaaf96b1b3ca6a5981cb28476b (patch)
treecec37baff0bbabf37f5799e6c3826110b50ad527 /security/pinentry-gtk2/Makefile
parent6d2b93c2f39dafabd7024ff27b2160357ee7639b (diff)
downloadpkgsrc-3ef73591a9f92aaaaf96b1b3ca6a5981cb28476b.tar.gz
put the pinentry variants which depend on a toolkit into seperate
pkgs rather than having their build controlled by options (no change in the default case)
Diffstat (limited to 'security/pinentry-gtk2/Makefile')
-rw-r--r--security/pinentry-gtk2/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/security/pinentry-gtk2/Makefile b/security/pinentry-gtk2/Makefile
new file mode 100644
index 00000000000..055fa682f1b
--- /dev/null
+++ b/security/pinentry-gtk2/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1 2010/02/07 15:36:58 drochner Exp $
+#
+
+DISTNAME= pinentry-0.7.6
+PKGNAME= pinentry-gtk2-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
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.iconv}
+CONFIGURE_ARGS+= --enable-pinentry-gtk2
+CONFIGURE_ARGS+= --disable-pinentry-curses
+#CONFIGURE_ARGS+= --disable-fallback-curses
+CONFIGURE_ARGS+= --disable-pinentry-gtk
+CONFIGURE_ARGS+= --disable-pinentry-qt
+CONFIGURE_ARGS+= --disable-pinentry-qt4
+
+INFO_FILES= yes
+
+INSTALL_DIRS= gtk+-2
+
+BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.0.0
+.include "../../x11/gtk2/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"