# $Id: Portfile,v 1.1 2004/07/14 07:59:16 mww Exp $

PortSystem 1.0

name			count
version			1.20
categories		sysutils
platforms		darwin
maintainers		mww@opendarwin.org
description		fast replacement for the standard wc utility
long_description	Count is a fast replacement for the standard wc utility. \
			It has the additional features of counting the visible \
			line length and a fast -stat option to quickly determine \
			file sizes.

homepage		http://www.fokus.fraunhofer.de/research/cc/berlios/employees/joerg.schilling/private/
master_sites	ftp://ftp.berlios.de/pub/count/
checksums		md5 1c4b4fb92856873fcac27c7aa1c41550

use_configure	no

destroot.destdir	INS_BASE=${destroot}${prefix} \
				MANDIR=share/man

post-destroot	{
	file delete -force ${destroot}${prefix}/share/man/man5
}
