aboutsummaryrefslogtreecommitdiff
path: root/security/pinentry-gtk2
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-11-04 17:21:22 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-11-04 17:21:22 +0000
commit2a7464bc90216ff1abdace1f42ff4b7c12dbba4a (patch)
tree5d87f342ab1dfe36f465fac3a7b65594cbc968b8 /security/pinentry-gtk2
parent2cd0b8fd561d824f588dbaa3cf975fbbc49dd958 (diff)
downloadports-2a7464bc90216ff1abdace1f42ff4b7c12dbba4a.tar.gz
ports-2a7464bc90216ff1abdace1f42ff4b7c12dbba4a.zip
Notes
Diffstat (limited to 'security/pinentry-gtk2')
-rw-r--r--security/pinentry-gtk2/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/security/pinentry-gtk2/Makefile b/security/pinentry-gtk2/Makefile
new file mode 100644
index 000000000000..31c93c03ff80
--- /dev/null
+++ b/security/pinentry-gtk2/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: pinentry-gtk2
+# Date created: 27 Oct 2004
+# Whom: Jean-Yves Lefort <jylefort@brutele.be>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pinentry
+
+COMMENT= GTK+ 2.0 version of the GnuPG password dialog
+
+CONFLICTS= pinentry-0.7.1
+
+PINENTRY_GTK2= yes
+
+PKGNAMESUFFIX= -gtk2
+
+MASTERDIR= ${.CURDIR}/../pinentry
+
+.include "${MASTERDIR}/Makefile"