# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 115562 2014-01-05 08:44:13Z ryandesign@macports.org $ PortSystem 1.0 #PortGroup cmake 1.0 name lz4 version r110 revision 1 categories archivers maintainers mfeiri openmaintainer license BSD GPL-2 homepage https://code.google.com/p/lz4/ description Extremely Fast Compression algorithm long_description LZ4 is a very fast lossless compression algorithm, \ providing compression speed at 400 MB/s per core, \ scalable with multi-cores CPU. It also features an \ extremely fast decoder, with speed in multiple GB/s per \ core, typically reaching RAM speed limits on multi-core \ systems. master_sites googlecode checksums rmd160 9719df79ed3c238b4e168a060d2b3925b6eaac06 \ sha256 fb7b49c246bd0f6566b6f31e6f3586074277b7e3b7a2119ad728c17533331a65 patchfiles patch-Makefile.diff use_configure no variant universal {} build.target default build.args-append CC="${configure.cc} [get_canonical_archflags cc]" \ PREFIX=${prefix} destroot.args-append PREFIX=${prefix}