# -*- 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 134681 2015-04-03 09:21:59Z ryandesign@macports.org $ PortSystem 1.0 name ascii version 3.15 categories textproc platforms darwin maintainers ryandesign openmaintainer license BSD description provides conversion between ASCII character tables long_description The ascii utility provides easy conversion between various \ byte representations and the American Standard Code for \ Information Interchange (ASCII) character table homepage http://www.catb.org/~esr/ascii/ master_sites ${homepage} checksums rmd160 75c667eadaa22bb0c8d87c00a8101420b5700f8b \ sha256 ace1db8b64371d53d9ad420d341f2b542324ae70437e37b4b75646f12475ff5f use_configure no variant universal {} build.args CC=${configure.cc} \ CFLAGS="${configure.cflags} [get_canonical_archflags cc]" destroot.args PREFIX=${prefix} post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 644 -W ${worksrcpath} \ COPYING \ README \ ${destroot}${docdir} } livecheck.type regex livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}