# $Id: Portfile 65667 2010-03-30 03:13:23Z ryandesign@macports.org $

PortSystem 1.0

name			fspclient
version			0.90.0
categories		net
platforms		darwin
maintainers		nomaintainer
description		command line client for the fsp protocol
long_description	FSP Client is FTP-like interface for File Service \
				Protocol. It look exactly like classic FTP does, but uses \
				different transfer protocol.

homepage		http://fspclient.sourceforge.net/
master_sites	sourceforge
checksums		md5 5536307a34fcc07d4e3fe1ee3f904bb4
patchfiles		patch-client_util.c

configure.args	--mandir=${prefix}/share/man

post-destroot {
	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
	xinstall -m 644 -W ${worksrcpath} doc/FOR.MORE.INFO doc/HISTORY ChangeLog \
		README TODO INSTALL ${destroot}${prefix}/share/doc/${name}
}

livecheck.type	regex
livecheck.regex	${name}-(\[0-9.\]+)${extract.suffix}
