summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/pinentry-qt/Makefile20
2 files changed, 21 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index c5628ba5693a..275086f70cc0 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -309,6 +309,7 @@
SUBDIR += pgpin
SUBDIR += pidentd
SUBDIR += pinentry
+ SUBDIR += pinentry-qt
SUBDIR += pks
SUBDIR += pktsuckers
SUBDIR += poc
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"