aboutsummaryrefslogtreecommitdiff
path: root/security/pinentry-tty
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2014-12-24 22:33:57 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2014-12-24 22:33:57 +0000
commit3d1c528fc4bd9de4fb0d631164d6551b7732e722 (patch)
tree904f644a60e2a5df0d797603f7a0bf6d72302faf /security/pinentry-tty
parentab3919596a649a50f18c7f636c10b9ddc916ec74 (diff)
downloadports-3d1c528fc4bd9de4fb0d631164d6551b7732e722.tar.gz
ports-3d1c528fc4bd9de4fb0d631164d6551b7732e722.zip
security/pinentry:
- Resolve mutual conflict for security/pinentry-* ports - Add new port security/pinentry-tty for pure console version of pinentry - Convert security/pinentry to meta-alike port that depends on pinentry-tty by default and installs commons files (documentation). Mark it architecture independent.
Notes
Notes: svn path=/head/; revision=375494
Diffstat (limited to 'security/pinentry-tty')
-rw-r--r--security/pinentry-tty/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/pinentry-tty/Makefile b/security/pinentry-tty/Makefile
new file mode 100644
index 000000000000..0bd8f40ff454
--- /dev/null
+++ b/security/pinentry-tty/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+PORTNAME= pinentry
+PORTREVISION= 0
+
+COMMENT= Console version of the GnuPG password dialog
+
+PINENTRY_GUI= tty
+
+MASTERDIR= ${.CURDIR}/../pinentry
+
+.include "${MASTERDIR}/Makefile"