diff options
author | lofi <lofi@FreeBSD.org> | 2004-05-04 03:26:19 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-05-04 03:26:19 +0800 |
commit | ef7ae5388d5236a37b1986755f84b572c2ca89b3 (patch) | |
tree | a535d30d108a44bf14eccbd660cfad8435cc69cd /security | |
parent | 758bbaaaf759761165c17a3d2617d4616ff55560 (diff) | |
download | freebsd-ports-gnome-ef7ae5388d5236a37b1986755f84b572c2ca89b3.tar.gz freebsd-ports-gnome-ef7ae5388d5236a37b1986755f84b572c2ca89b3.tar.zst freebsd-ports-gnome-ef7ae5388d5236a37b1986755f84b572c2ca89b3.zip |
Add pinentry slaveport for the GTK based pinentry dialog.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/pinentry-gtk/Makefile | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 275086f70cc0..3a83923fd79c 100644 --- a/security/Makefile +++ b/security/Makefile @@ -309,6 +309,7 @@ SUBDIR += pgpin SUBDIR += pidentd SUBDIR += pinentry + SUBDIR += pinentry-gtk SUBDIR += pinentry-qt SUBDIR += pks SUBDIR += pktsuckers diff --git a/security/pinentry-gtk/Makefile b/security/pinentry-gtk/Makefile new file mode 100644 index 000000000000..e6736be2f012 --- /dev/null +++ b/security/pinentry-gtk/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: pinentry-gtk +# Date created: 03 May 2004 +# Whom: Michael Nottebrock <lofi@freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= pinentry + +COMMENT= GTK version of the gnupg password dialog + +CONFLICTS= pinentry-0.7.1 + +PINENTRY_GTK= yes + +PKGNAMESUFFIX= -gtk + +MASTERDIR= ${.CURDIR}/../pinentry + +.include "${MASTERDIR}/Makefile" |