Ticket #13027: Portfile

File Portfile, 982 bytes (added by macports@…, 17 years ago)

Revised per recommendations

Line 
1# $Id: Portfile 77962 2007-10-27 15:45:48Z macports@JustinLove.name $
2
3PortSystem 1.0
4
5name                    rsyncrypto
6version                 1.04
7platforms               darwin
8categories              security
9maintainers             macports@JustinLove.name
10description             rsync friendly file encryption
11long_description        A slightly reduced strength bulk encryption. \
12                                In exchange for the reduced strength, you get \
13                                the ability to rsync the encrypted files, \
14                                so that local changes in the plaintext file \
15                                will result in (relatively) local changes \
16                                to the cyphertext file.\
17                                \
18                                rsyncrypto includes a patch to gzip to make it \
19                                more rsync friendly this patch is NOT installed \
20                                by this port.
21homepage                http://sourceforge.net/projects/rsyncrypto
22
23master_sites            sourceforge
24
25checksums               md5 b4382f71df37e457c5a40ee8f7863614
26
27depends_lib             port:argtable port:gzip port:openssl port:zlib
28
29configure.cppflags-append -D__unix__
30
31destroot.destdir        prefix=${destroot}/${prefix} \
32                                mandir=${destroot}${prefix}/share/man