1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add pinentry-gtk2, a GTK+ 2.0 version of the GnuPG password dialog

PR: ports/73199
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
This commit is contained in:
Michael Nottebrock 2004-11-04 17:21:22 +00:00
parent 2cd0b8fd56
commit 2a7464bc90
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120792
2 changed files with 21 additions and 0 deletions

View File

@ -334,6 +334,7 @@
SUBDIR += pinentry
SUBDIR += pinentry-curses
SUBDIR += pinentry-gtk
SUBDIR += pinentry-gtk2
SUBDIR += pinentry-qt
SUBDIR += pks
SUBDIR += pktsuckers

View File

@ -0,0 +1,20 @@
# New ports collection makefile for: pinentry-gtk2
# Date created: 27 Oct 2004
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
#
# $FreeBSD$
#
PORTNAME= pinentry
COMMENT= GTK+ 2.0 version of the GnuPG password dialog
CONFLICTS= pinentry-0.7.1
PINENTRY_GTK2= yes
PKGNAMESUFFIX= -gtk2
MASTERDIR= ${.CURDIR}/../pinentry
.include "${MASTERDIR}/Makefile"