summaryrefslogtreecommitdiff
path: root/security/pinentry-qt
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-05-03 19:25:17 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-05-03 19:25:17 +0000
commitaabcf290fb40f4a3bd14b84a017645817612549b (patch)
treeaadad6962ab5b6b71e16e0c63d4b0018a7000af6 /security/pinentry-qt
parentUpdate the Aegypten ports to versions compatible with libgcrypt 1.2.0 (diff)
Add pinentry slaveport for the QT based pinentry dialog.
Notes
Notes: svn path=/head/; revision=108304
Diffstat (limited to 'security/pinentry-qt')
-rw-r--r--security/pinentry-qt/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/security/pinentry-qt/Makefile b/security/pinentry-qt/Makefile
new file mode 100644
index 000000000000..dfa5bd589747
--- /dev/null
+++ b/security/pinentry-qt/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: pinentry-qt
+# Date created: 03 May 2004
+# Whom: Michael Nottebrock <lofi@freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pinentry
+
+COMMENT= QT version of the gnupg password dialog
+
+CONFLICTS= pinentry-0.7.1
+
+PINENTRY_QT= yes
+
+PKGNAMESUFFIX= -qt
+
+MASTERDIR= ${.CURDIR}/../pinentry
+
+.include "${MASTERDIR}/Makefile"