aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-05-04 03:26:19 +0800
committerlofi <lofi@FreeBSD.org>2004-05-04 03:26:19 +0800
commitef7ae5388d5236a37b1986755f84b572c2ca89b3 (patch)
treea535d30d108a44bf14eccbd660cfad8435cc69cd /security
parent758bbaaaf759761165c17a3d2617d4616ff55560 (diff)
downloadfreebsd-ports-gnome-ef7ae5388d5236a37b1986755f84b572c2ca89b3.tar.gz
freebsd-ports-gnome-ef7ae5388d5236a37b1986755f84b572c2ca89b3.tar.zst
freebsd-ports-gnome-ef7ae5388d5236a37b1986755f84b572c2ca89b3.zip
Add pinentry slaveport for the GTK based pinentry dialog.
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/pinentry-gtk/Makefile20
2 files changed, 21 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 275086f70cc0..3a83923fd79c 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -309,6 +309,7 @@
SUBDIR += pgpin
SUBDIR += pidentd
SUBDIR += pinentry
+ SUBDIR += pinentry-gtk
SUBDIR += pinentry-qt
SUBDIR += pks
SUBDIR += pktsuckers
diff --git a/security/pinentry-gtk/Makefile b/security/pinentry-gtk/Makefile
new file mode 100644
index 000000000000..e6736be2f012
--- /dev/null
+++ b/security/pinentry-gtk/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: pinentry-gtk
+# Date created: 03 May 2004
+# Whom: Michael Nottebrock <lofi@freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pinentry
+
+COMMENT= GTK version of the gnupg password dialog
+
+CONFLICTS= pinentry-0.7.1
+
+PINENTRY_GTK= yes
+
+PKGNAMESUFFIX= -gtk
+
+MASTERDIR= ${.CURDIR}/../pinentry
+
+.include "${MASTERDIR}/Makefile"