diff options
author | lofi <lofi@FreeBSD.org> | 2004-05-04 03:27:09 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-05-04 03:27:09 +0800 |
commit | 73e1b93f99291cbbcf8497000563e48a17f60cbe (patch) | |
tree | 957f4505ae0e8580858d698e548f70bb177da1af /security | |
parent | c105fe77bb62f0c9fd408934ddd68e05d5dc480a (diff) | |
download | freebsd-ports-gnome-73e1b93f99291cbbcf8497000563e48a17f60cbe.tar.gz freebsd-ports-gnome-73e1b93f99291cbbcf8497000563e48a17f60cbe.tar.zst freebsd-ports-gnome-73e1b93f99291cbbcf8497000563e48a17f60cbe.zip |
Add pinentry slaveport for the curses based pinentry dialog.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/pinentry-curses/Makefile | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 3a83923fd79c..48aa5da751e2 100644 --- a/security/Makefile +++ b/security/Makefile @@ -309,6 +309,7 @@ SUBDIR += pgpin SUBDIR += pidentd SUBDIR += pinentry + SUBDIR += pinentry-curses SUBDIR += pinentry-gtk SUBDIR += pinentry-qt SUBDIR += pks diff --git a/security/pinentry-curses/Makefile b/security/pinentry-curses/Makefile new file mode 100644 index 000000000000..f29c96851317 --- /dev/null +++ b/security/pinentry-curses/Makefile @@ -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" |