# $Id: Portfile,v 1.1 2004/10/05 15:51:16 mww Exp $

PortSystem 1.0

name			compare
version			1.16
categories		sysutils
platforms		darwin
maintainers		mww@opendarwin.org
description		fast replacement for cmp
long_description	compare is similar to cmp but faster and with better \
				readable output. compare examines one file and standard in, or \
				two files on a byte by byte basis, and prints the file \
				position of the first difference it finds, first in decimal \
				and then in hexadecimal, followed by the differing byte \
				content in hexadecimal and a quoted character.

homepage		ht
master_sites	ftp://ftp.berlios.de/pub/compare/
checksums		md5 b4fdc2ad3c07e6df23cfe02e923bd775

use_configure	no

build.type		gnu
build.target

destroot.destdir	INS_BASE=${destroot}${prefix} \
				MANDIR=share/man
post-destroot	{
	file delete -force ${destroot}${prefix}/share/man/man5 \
		${destroot}${prefix}/lib ${destroot}${prefix}/include
}
