# $Id: Portfile 146517 2016-03-10 17:49:28Z raimue@macports.org $ PortSystem 1.0 name rsyncrypto version 1.12 revision 2 platforms darwin categories security maintainers JustinLove.name:macports description rsync friendly file encryption long_description A slightly reduced strength bulk encryption. \ In exchange for the reduced strength, you get \ the ability to rsync the encrypted files, \ so that local changes in the plaintext file \ will result in (relatively) local changes \ to the cyphertext file.\ \ To work out of the box, rsyncrypto requires a\ version of gzip installed with the +rsyncable variant.\ MacPorts can't express this dependency, so you'll\ probably have to (re)install the gzip port manually. homepage http://sourceforge.net/projects/rsyncrypto master_sites sourceforge checksums md5 62367d5458ceaab58bbe73030880f538 depends_lib port:argtable port:gzip path:lib/libssl.dylib:openssl port:zlib configure.cppflags-append -D__unix__ destroot.destdir prefix=${destroot}${prefix} \ mandir=${destroot}${prefix}/share/man