# $Id: Portfile,v 1.2 2004/02/22 10:31:55 olegb Exp $ PortSystem 1.0 name gpgme version 0.3.16 description A library for easy acces to GnuPG. long_description GnuPG Made Easy (GPGME) is a library designed to make access \ to GnuPG easier for applications. It provides a High-Level \ Crypto API for encryption, decryption, signing, signature \ verification and key management. Currently it uses GnuPG \ as its backend but the API isn't restricted to this engine \ in fact we have already developed a backend for CMS (S/MIME). maintainers olegb@opendarwin.org categories devel security platforms darwin homepage http://www.gnupg.org/related_software/gpgme/ master_sites ftp://ftp.gnupg.org/gcrypt/gpgme/ checksums md5 0476b219695ea25cb2a97b18b717e381 depends_lib bin:gpg:gnupg configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \ CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" configure.args --infodir=${prefix}/share/info