# $Id: Portfile,v 1.8 2005/09/13 06:57:41 olegb Exp $ PortSystem 1.0 name gpgme version 1.0.3 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 darwinports@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 4d33cbdf844fcee1c724e4cf2a32dd11 \ sha1 632436ff5c66405d9704983411aa031f29006dce depends_lib bin:gpg:gnupg lib:libpth:pth lib:libgpg-error:libgpg-error configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \ CFLAGS="-no-cpp-precomp" configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man \ --with-gpg=${prefix}/bin/gpg --enable-static platform darwin 7 { configure.env-append LDFLAGS="-lpth" }