Add pinentry slaveport for the QT based pinentry dialog.
This commit is contained in:
parent
d0085641e3
commit
aabcf290fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108304
2 changed files with 21 additions and 0 deletions
|
@ -309,6 +309,7 @@
|
|||
SUBDIR += pgpin
|
||||
SUBDIR += pidentd
|
||||
SUBDIR += pinentry
|
||||
SUBDIR += pinentry-qt
|
||||
SUBDIR += pks
|
||||
SUBDIR += pktsuckers
|
||||
SUBDIR += poc
|
||||
|
|
20
security/pinentry-qt/Makefile
Normal file
20
security/pinentry-qt/Makefile
Normal file
|
@ -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"
|
Loading…
Reference in a new issue