diff options
author | lofi <lofi@FreeBSD.org> | 2004-11-05 01:21:22 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-11-05 01:21:22 +0800 |
commit | 68ae906a25380d0396b69143ba65d8a84ad2daf6 (patch) | |
tree | 7fe82ccc8b5b676559213b27408c8b533d6e6de7 /security | |
parent | e8e871ea660162fa0b17b860aedb267290930abe (diff) | |
download | freebsd-ports-gnome-68ae906a25380d0396b69143ba65d8a84ad2daf6.tar.gz freebsd-ports-gnome-68ae906a25380d0396b69143ba65d8a84ad2daf6.tar.zst freebsd-ports-gnome-68ae906a25380d0396b69143ba65d8a84ad2daf6.zip |
Add pinentry-gtk2, a GTK+ 2.0 version of the GnuPG password dialog
PR: ports/73199
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/pinentry-gtk2/Makefile | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 761b7b57bb30..374862e954e3 100644 --- a/security/Makefile +++ b/security/Makefile @@ -334,6 +334,7 @@ SUBDIR += pinentry SUBDIR += pinentry-curses SUBDIR += pinentry-gtk + SUBDIR += pinentry-gtk2 SUBDIR += pinentry-qt SUBDIR += pks SUBDIR += pktsuckers 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" |