# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 138043 2015-06-26 22:54:31Z ryandesign@macports.org $ PortSystem 1.0 name colordiff epoch 20090422 version 1.0.15 categories textproc license GPL-2+ maintainers ryandesign openmaintainer supported_archs noarch description Color-highlighted diff(1) output long_description \ The Perl script colordiff is a wrapper for diff(1) \ and produces the same output but with pretty 'syntax' \ highlighting. Colour schemes can be customized. homepage http://www.colordiff.org/ platforms darwin master_sites ${homepage} checksums rmd160 555fe6516ac6fffc344dca6299b1ac4b32d02c9a \ sha256 595ee4e9796ba02fad0b181e21df3ee34ae71d1611e301e146c0bf00c5269d45 patchfiles patch-Makefile.diff use_configure no build {} destroot.args --always-make \ INSTALL_DIR=${prefix}/bin \ MAN_DIR=${prefix}/share/man/man1 \ ETC_DIR=${prefix}/etc post-destroot { set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} BUGS CHANGES COPYING README ${destroot}${docdir} } universal_variant no livecheck.type regex livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}