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:
parent
2cd0b8fd56
commit
2a7464bc90
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120792
@ -334,6 +334,7 @@
|
||||
SUBDIR += pinentry
|
||||
SUBDIR += pinentry-curses
|
||||
SUBDIR += pinentry-gtk
|
||||
SUBDIR += pinentry-gtk2
|
||||
SUBDIR += pinentry-qt
|
||||
SUBDIR += pks
|
||||
SUBDIR += pktsuckers
|
||||
|
20
security/pinentry-gtk2/Makefile
Normal file
20
security/pinentry-gtk2/Makefile
Normal 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"
|
Loading…
Reference in New Issue
Block a user