# -*- 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 augeas version 1.3.0 categories sysutils license LGPL-2.1+ platforms darwin maintainers nomaintainer description configuration editing tool long_description ${name} is a ${description}. It parses configuration \ files in their native formats and transforms them \ into a tree. Configuration changes are made by \ manipulating this tree and saving it back into native \ config files homepage http://www.augeas.net/ master_sites http://download.augeas.net/ checksums rmd160 9fb6ff75724a496a9e8f13a5076970a1106637e9 \ sha256 80763031af76515a8ea66013ddc3c466742a15d2e907c7c8e2e3b7410262e2af depends_build port:pkgconfig port:naturaldocs depends_lib port:readline port:libxml2 # Don't link with "-flat_namespace -undefined suppress" on Yosemite and later. patchfiles yosemite-libtool.patch configure.args --disable-silent-rules #use_parallel_build no post-destroot { file mkdir ${destroot}${prefix}/share/doc/${name} move ${worksrcpath}/doc/naturaldocs/output/c_api ${destroot}${prefix}/share/doc/${name} move ${worksrcpath}/doc/naturaldocs/output/lenses ${destroot}${prefix}/share/doc/${name} } livecheck.type regex livecheck.url [lindex ${master_sites} 0] livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}