Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name colordiff
version 1.0.6
categories devel textproc
maintainers nomaintainer@macports.org
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://colordiff.sourceforge.net/
platforms darwin
master_sites ${homepage}
checksums md5 a27bfccc24cd9874eb1d1abe40dc2457 \
sha1 8428fa6218504c5f4af5121c5e27436c8aaadcca \
rmd160 89ef3179d02c9142d7855e0952e8cc4b71a4ec2b
patchfiles patch-Makefile
build.type bsd
build {}
destroot.args INSTALL_DIR=${prefix}/bin \
MAN_DIR=${prefix}/share/man/man1 \
ETC_DIR=${prefix}/etc \
DESTROOT_DIR=${destroot}

use_configure no

files