diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2015-07-17 15:49:09 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2015-07-17 15:49:09 +0000 |
commit | 7d1d2b9b426b70f7b50676137cfc5913015d81af (patch) | |
tree | b37bd485f483c805e0d9216028e5dd6d00a79c88 /security/pinentry-gnome3 | |
parent | 27d93e1c01a72496200b1f2dad22e65f190c4436 (diff) | |
download | ports-7d1d2b9b426b70f7b50676137cfc5913015d81af.tar.gz ports-7d1d2b9b426b70f7b50676137cfc5913015d81af.zip |
security/pinentry:
- Add GNOME 3 pinentry dialog
Notes
Notes:
svn path=/head/; revision=392382
Diffstat (limited to 'security/pinentry-gnome3')
-rw-r--r-- | security/pinentry-gnome3/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
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" |