Portfile

# $Id: Portfile 21716 2007-02-03 18:19:17Z mww@macports.org $

PortSystem 1.0

name furl
version 2.1
categories www
platforms darwin
maintainers mww@macports.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 sha1 ed27475de3917dcc9a61b7c82de4dfebd949e571

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