1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name lrzip |
---|
6 | version 0.43 |
---|
7 | categories archivers |
---|
8 | platforms darwin |
---|
9 | maintainers gmail.com:jlaurila |
---|
10 | description Compression program optimized for large files. |
---|
11 | use_bzip2 yes |
---|
12 | long_description \ |
---|
13 | lrzip is a compression program, similar in functionality to \ |
---|
14 | gzip or bzip2, but able to take advantage from long distance \ |
---|
15 | redundancies in files, which can sometimes allow lrzip to produce \ |
---|
16 | much better compression ratios than other programs. |
---|
17 | license GPLv2+ |
---|
18 | homepage http://ck.kolivas.org/apps/lrzip/ |
---|
19 | master_sites ${homepage} |
---|
20 | checksums md5 3708ff76bd277858e4899631d4b8a1b0 \ |
---|
21 | sha1 249138ca84e3e8a90ad17ff33f4d1921871f8c30 \ |
---|
22 | rmd160 5fd91453fd852eba03f27593a21766d251f58000 |
---|
23 | depends_lib port:lzo2 port:bzip2 port:zlib |
---|
24 | configure.args "--disable-asm LDFLAGS=-L/opt/local/lib CFLAGS=-I/opt/local/include" |
---|
25 | build.env LIBRARY_PATH=${prefix}/lib:/usr/lib |
---|
26 | destroot.destdir prefix=${destroot}${prefix} \ |
---|
27 | INSTALL_MAN=${destroot}${prefix}/share/man |
---|