# -*- 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$ PortSystem 1.0 name xz conflicts xz-devel version 5.2.2 categories archivers # some executables are GPL, libs and everything else are public domain license {public-domain GPL-2+} platforms darwin maintainers ryandesign openmaintainer description XZ Utils long_description \ XZ utils consist of a few relatively separate submodules: \ * LZMA/XZ encoder/decoder command line tool similar to gzip/bzip2 \ * Scripts to ease grepping, diffing and viewing (lz*grep, lzdiff/lzcmp, lzmore/lzless) homepage http://tukaani.org/xz/ master_sites ${homepage} use_bzip2 yes checksums rmd160 6c376338dbff31950603738b8ed5ba129b9dcf7c \ sha256 6ff5f57a4b9167155e35e6da8b529de69270efb2b4cf3fbabf41a4ee793840b5 depends_lib port:libiconv port:gettext configure.args --with-libiconv-prefix=${prefix} --with-libintl-prefix=${prefix} # document that we always need legacy symlinks now that "lzmautils" refers here configure.args-append --enable-lzma-links # the internal "check.h" header conflicts with port check's configure.cppflags -I${worksrcpath}/src/liblzma/check -I${prefix}/include livecheck.url ${homepage} livecheck.regex xz-(\[0-9.a-z\]*)${extract.suffix} livecheck.type regexm