# $Id: Portfile 41561 2008-11-06 08:32:36Z blb@macports.org $

PortSystem 1.0

name			rsyncrypto
version			1.12
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 port:openssl port:zlib

configure.cppflags-append -D__unix__

destroot.destdir	prefix=${destroot}/${prefix} \
				mandir=${destroot}${prefix}/share/man
