# $Id: Portfile 125607 2014-09-22 19:44:04Z afb@macports.org $ PortSystem 1.0 name xz-devel conflicts xz version 5.1.4beta categories archivers # some executables are GPL, libs and everything else are public domain license {public-domain GPL-2+} platforms darwin maintainers afb 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} distname xz-${version} checksums sha1 e6562e8c704b49a0ded7333dfd0da876a5714cdf \ rmd160 079c55e95a9b606a94e5dcb26837037f54530d7e use_autoreconf yes 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.type none