# $Id: Portfile,v 1.13 2003/03/03 07:13:34 mij Exp $ PortSystem 1.0 name gnupg version 1.2.1 categories security maintainers eric@opendarwin.org description GNU pretty-good-privacy package platforms darwin freebsd master_sites ftp://ftp.gnupg.org/gcrypt/gnupg/ checksums md5 83e02b4905dab34c4dc25652936022f9 configure.args --disable-asm --disable-dynload long_description \ GnuPG is a complete and free replacement \ for PGP. Because it does not use the \ patented IDEA algorithm, it can be used \ without any restrictions. GnuPG is a \ RFC2440 (OpenPGP) compliant application. variant tiger { configure.args-append --enable-tiger } variant new-tiger { configure.args-append --enable-new-tiger } variant idea { patch_sites-append http://www.gnupg.dk/contrib-dk/ patchfiles idea.c.gz checksums-append \ idea.c.gz md5 374536bb2cdd68f5c0dce961ace26959 patch.dir ${worksrcpath}/cipher patch.cmd cat patch.pre_args > idea.c }