Add pinentry slaveport for the QT based pinentry dialog.

This commit is contained in:
Michael Nottebrock 2004-05-03 19:25:17 +00:00
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

View file

@ -309,6 +309,7 @@
SUBDIR += pgpin
SUBDIR += pidentd
SUBDIR += pinentry
SUBDIR += pinentry-qt
SUBDIR += pks
SUBDIR += pktsuckers
SUBDIR += poc

View 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"