diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-03 19:25:17 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-03 19:25:17 +0000 |
commit | aabcf290fb40f4a3bd14b84a017645817612549b (patch) | |
tree | aadad6962ab5b6b71e16e0c63d4b0018a7000af6 /security | |
parent | Update the Aegypten ports to versions compatible with libgcrypt 1.2.0 (diff) |
Add pinentry slaveport for the QT based pinentry dialog.
Notes
Notes:
svn path=/head/; revision=108304
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/pinentry-qt/Makefile | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index c5628ba5693a..275086f70cc0 100644 --- a/security/Makefile +++ b/security/Makefile @@ -309,6 +309,7 @@ SUBDIR += pgpin SUBDIR += pidentd SUBDIR += pinentry + SUBDIR += pinentry-qt SUBDIR += pks SUBDIR += pktsuckers SUBDIR += poc diff --git a/security/pinentry-qt/Makefile b/security/pinentry-qt/Makefile new file mode 100644 index 000000000000..dfa5bd589747 --- /dev/null +++ b/security/pinentry-qt/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: pinentry-qt +# Date created: 03 May 2004 +# Whom: Michael Nottebrock <lofi@freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= pinentry + +COMMENT= QT version of the gnupg password dialog + +CONFLICTS= pinentry-0.7.1 + +PINENTRY_QT= yes + +PKGNAMESUFFIX= -qt + +MASTERDIR= ${.CURDIR}/../pinentry + +.include "${MASTERDIR}/Makefile" |