diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-03 19:27:09 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-03 19:27:09 +0000 |
commit | 8179ef996a2f4c245300da7f17bc44eb483e60ef (patch) | |
tree | 747c470e140c2a65997601ee259e541e47d25da0 /security/pinentry-curses | |
parent | 2201c740801a4cb7f5cb5ec2210a34dffdc4fd1a (diff) | |
download | ports-8179ef996a2f4c245300da7f17bc44eb483e60ef.tar.gz ports-8179ef996a2f4c245300da7f17bc44eb483e60ef.zip |
Notes
Diffstat (limited to 'security/pinentry-curses')
-rw-r--r-- | security/pinentry-curses/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
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" |