diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-03 19:26:19 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-03 19:26:19 +0000 |
commit | 2201c740801a4cb7f5cb5ec2210a34dffdc4fd1a (patch) | |
tree | 0714180c36e7471cdd7e02a4854f3d161d60f474 | |
parent | aabcf290fb40f4a3bd14b84a017645817612549b (diff) | |
download | ports-2201c740801a4cb7f5cb5ec2210a34dffdc4fd1a.tar.gz ports-2201c740801a4cb7f5cb5ec2210a34dffdc4fd1a.zip |
Notes
-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" |