aboutsummaryrefslogtreecommitdiff
path: root/security/pinentry-gtk
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-05-03 19:26:19 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-05-03 19:26:19 +0000
commit2201c740801a4cb7f5cb5ec2210a34dffdc4fd1a (patch)
tree0714180c36e7471cdd7e02a4854f3d161d60f474 /security/pinentry-gtk
parentaabcf290fb40f4a3bd14b84a017645817612549b (diff)
downloadports-2201c740801a4cb7f5cb5ec2210a34dffdc4fd1a.tar.gz
ports-2201c740801a4cb7f5cb5ec2210a34dffdc4fd1a.zip
Notes
Diffstat (limited to 'security/pinentry-gtk')
-rw-r--r--security/pinentry-gtk/Makefile20
1 files changed, 20 insertions, 0 deletions
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"