diff options
author | wiz <wiz@pkgsrc.org> | 2001-06-28 17:01:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-06-28 17:01:03 +0000 |
commit | 2538ae5a7bdb0afab21f55c4ae509b13bb533c0b (patch) | |
tree | 7654e4a62762b536a6321c9b1a6d0c14a494ff5e /security/gpa/Makefile | |
parent | 2844ba8358e5dc3a508e147acb15e2807101c82e (diff) | |
download | pkgsrc-2538ae5a7bdb0afab21f55c4ae509b13bb533c0b.tar.gz |
Initial import of gpa, a graphical front-end for GnuPG.
Still in development, not recommended for production use yet.
Package provided by Peter Reich in pkg/12952, with some touch-ups by me.
Diffstat (limited to 'security/gpa/Makefile')
-rw-r--r-- | security/gpa/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile new file mode 100644 index 00000000000..0f4ce6609e9 --- /dev/null +++ b/security/gpa/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/06/28 17:01:03 wiz Exp $ +# + +DISTNAME= gpa-0.4.1 +CATEGORIES= x11 security +MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpa/ + +MAINTAINER= pr@alles.prima.de +HOMEPAGE= http://www.gnupg.org/gpa.html +COMMENT= GUI frontend to gnupg + +DEPENDS+= gnupg>=1.0.0:../../security/gnupg + +GNU_CONFIGURE= YES +USE_CONFIG_WRAPPER= YES +USE_BUILDLINK_ONLY= YES + +.include "../../x11/gtk/buildlink.mk" +.include "../../mk/bsd.pkg.mk" |