# $Id: Portfile,v 1.5 2006/03/23 02:09:14 markd Exp $
PortSystem 1.0
name			colordiff
version			1.0.4
revision		1
categories		devel textproc
maintainers		landonf@opendarwin.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 e167adf7e37c426e2305d097c7055f79
patchfiles		patch-Makefile patch-colordiff.pl
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
