a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name fspclient
version 0.90.0
categories net
platforms darwin
maintainers nomaintainer@macports.org
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}
}