From 82052317c5ad7755a7b1cca81e186027d87488c5 Mon Sep 17 00:00:00 2001 From: makc Date: Fri, 17 Jul 2015 15:49:09 +0000 Subject: security/pinentry: - Add GNOME 3 pinentry dialog --- security/pinentry-gnome3/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 security/pinentry-gnome3/Makefile (limited to 'security/pinentry-gnome3') diff --git a/security/pinentry-gnome3/Makefile b/security/pinentry-gnome3/Makefile new file mode 100644 index 000000000000..c3bfd1b6eaf3 --- /dev/null +++ b/security/pinentry-gnome3/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +PORTNAME= pinentry +PORTREVISION= 0 + +COMMENT= GNOME 3 version of the GnuPG password dialog + +PINENTRY_GUI= gnome3 + +MASTERDIR= ${.CURDIR}/../pinentry + +.include "${MASTERDIR}/Makefile" -- cgit