diff options
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" |