# $Id: Portfile,v 1.14 2003/05/22 06:27:26 fkr Exp $ PortSystem 1.0 name gnupg version 1.2.2 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 01cf9c6b949603d0511f6fc07bc758d2 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 }