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:
parent
2201c74080
commit
8179ef996a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108308
@ -309,6 +309,7 @@
|
||||
SUBDIR += pgpin
|
||||
SUBDIR += pidentd
|
||||
SUBDIR += pinentry
|
||||
SUBDIR += pinentry-curses
|
||||
SUBDIR += pinentry-gtk
|
||||
SUBDIR += pinentry-qt
|
||||
SUBDIR += pks
|
||||
|
20
security/pinentry-curses/Makefile
Normal file
20
security/pinentry-curses/Makefile
Normal 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"
|
Loading…
Reference in New Issue
Block a user