# $Id: Portfile 122028 2014-07-13 09:09:31Z and.damore@macports.org $ PortSystem 1.0 name colorsvn version 0.3.3 categories textproc license GPL-2+ maintainers nomaintainer platforms darwin supported_archs noarch description colorsvn is the Subversion output colorizer long_description \ colorsvn is the Subversion output colorizer. Colorsvn was extracted from \ kde-sdk and was extended with build process and configuration. homepage http://colorsvn.tigris.org master_sites http://colorsvn.tigris.org/files/documents/4414/49311 checksums rmd160 45cdbf3c4af5a54e78de6971c3428d9196615cf7 \ sha256 db58d5b8f60f6d4def14f8f102ff137b87401257680c1acf2bce5680b801394e post-patch { reinplace {/^confdir=/s|/etc|$(sysconfdir)|} $worksrcpath/Makefile.in reinplace "/etc\\//s||${prefix}/etc/|" $worksrcpath/colorsvn-original } configure.args-append --mandir=${prefix}/share/man post-destroot { set docdir ${destroot}${prefix}/share/doc/${name} xinstall -d $docdir xinstall -m 644 -W $worksrcpath COPYING CREDITS Changelog $docdir }