# $Id: Portfile,v 1.2 2004/06/09 16:04:20 mww Exp $

PortSystem 1.0

name		furl
version		2.1
categories	www
platforms	darwin
maintainers	mww@opendarwin.org
description	display the HTTP headers returned by web-servers
long_description	furl is a small utility designed to display the HTTP \
			headers returned by web-servers in response to client \
			requests.

homepage	http://www.gumbynet.org.uk/software/furl.html
master_sites	http://www.gumbynet.org.uk/software/
checksums	md5 0a1c04c653166eff0d064942a7e23f69

post-destroot	{
	xinstall -m 755 -d ${destroot}${prefix}/share/${name}
	xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS \
		README ${destroot}${prefix}/share/${name}
}
