diff options
author | makc <makc@FreeBSD.org> | 2015-07-17 23:49:09 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2015-07-17 23:49:09 +0800 |
commit | 82052317c5ad7755a7b1cca81e186027d87488c5 (patch) | |
tree | b37bd485f483c805e0d9216028e5dd6d00a79c88 /security/pinentry-gnome3 | |
parent | 36e689c7f46e9df43a29d9cc44aca212c3c8366b (diff) | |
download | freebsd-ports-gnome-82052317c5ad7755a7b1cca81e186027d87488c5.tar.gz freebsd-ports-gnome-82052317c5ad7755a7b1cca81e186027d87488c5.tar.zst freebsd-ports-gnome-82052317c5ad7755a7b1cca81e186027d87488c5.zip |
security/pinentry:
- Add GNOME 3 pinentry dialog
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" |