# $Id: Portfile 124088 2014-08-18 18:54:44Z afb@macports.org $ PortSystem 1.0 name xz-devel version 5.1.3alpha 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 d71e7581c4e03837df073bc4aac476ac5a5a0f24 \ rmd160 2e3d2d6ad18d1fc39adc98b7eebbf24fe33fda13 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