aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-05-04 03:25:17 +0800
committerlofi <lofi@FreeBSD.org>2004-05-04 03:25:17 +0800
commit934c96f31c46e471422322fa13ff8c03abda14c0 (patch)
tree2cd13c9c11915a2021f232e4c2bdfa4f40e05bc1 /security
parent4a289f7faa5e3ae8af3b78cac9a324ca28022e2a (diff)
downloadfreebsd-ports-gnome-934c96f31c46e471422322fa13ff8c03abda14c0.tar.gz
freebsd-ports-gnome-934c96f31c46e471422322fa13ff8c03abda14c0.tar.zst
freebsd-ports-gnome-934c96f31c46e471422322fa13ff8c03abda14c0.zip
Add pinentry slaveport for the QT based pinentry dialog.
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"