1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

Add pinentry slaveport for the curses based pinentry dialog.

This commit is contained in:
Michael Nottebrock 2004-05-03 19:27:09 +00:00
parent 2201c74080
commit 8179ef996a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108308
2 changed files with 21 additions and 0 deletions

View File

@ -309,6 +309,7 @@
SUBDIR += pgpin
SUBDIR += pidentd
SUBDIR += pinentry
SUBDIR += pinentry-curses
SUBDIR += pinentry-gtk
SUBDIR += pinentry-qt
SUBDIR += pks

View File

@ -0,0 +1,20 @@
# New ports collection makefile for: pinentry-curses
# Date created: 03 May 2004
# Whom: Michael Nottebrock <lofi@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= pinentry
COMMENT= Curses version of the gnupg password dialog
CONFLICTS= pinentry-0.7.1
PINENTRY_CURSES=yes
PKGNAMESUFFIX= -curses
MASTERDIR= ${.CURDIR}/../pinentry
.include "${MASTERDIR}/Makefile"