diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-03 19:25:17 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-03 19:25:17 +0000 |
commit | aabcf290fb40f4a3bd14b84a017645817612549b (patch) | |
tree | aadad6962ab5b6b71e16e0c63d4b0018a7000af6 /security/pinentry-qt | |
parent | d0085641e382dc28e12bf47b48348a9d36c73c24 (diff) | |
download | ports-aabcf290fb40f4a3bd14b84a017645817612549b.tar.gz ports-aabcf290fb40f4a3bd14b84a017645817612549b.zip |
Notes
Diffstat (limited to 'security/pinentry-qt')
-rw-r--r-- | security/pinentry-qt/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/security/pinentry-qt/Makefile b/security/pinentry-qt/Makefile new file mode 100644 index 000000000000..dfa5bd589747 --- /dev/null +++ b/security/pinentry-qt/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: pinentry-qt +# Date created: 03 May 2004 +# Whom: Michael Nottebrock <lofi@freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= pinentry + +COMMENT= QT version of the gnupg password dialog + +CONFLICTS= pinentry-0.7.1 + +PINENTRY_QT= yes + +PKGNAMESUFFIX= -qt + +MASTERDIR= ${.CURDIR}/../pinentry + +.include "${MASTERDIR}/Makefile" |