Ticket #23030: Portfile

File Portfile, 984 bytes (added by jlaurila@…, 14 years ago)

Updated portfile for 0.43. No patches required anymore.

Line 
1# $Id$
2
3PortSystem              1.0
4
5name                    lrzip
6version                 0.43
7categories              archivers
8platforms               darwin
9maintainers             gmail.com:jlaurila
10description             Compression program optimized for large files.
11use_bzip2               yes
12long_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.
17license                 GPLv2+
18homepage                http://ck.kolivas.org/apps/lrzip/
19master_sites            ${homepage}
20checksums               md5 3708ff76bd277858e4899631d4b8a1b0 \
21                        sha1 249138ca84e3e8a90ad17ff33f4d1921871f8c30 \
22                        rmd160 5fd91453fd852eba03f27593a21766d251f58000
23depends_lib             port:lzo2 port:bzip2 port:zlib
24configure.args          "--disable-asm LDFLAGS=-L/opt/local/lib CFLAGS=-I/opt/local/include"
25build.env               LIBRARY_PATH=${prefix}/lib:/usr/lib
26destroot.destdir        prefix=${destroot}${prefix} \
27                        INSTALL_MAN=${destroot}${prefix}/share/man