# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$

PortSystem          1.0

name                fspclient
version             0.93.0
categories          net
platforms           darwin
maintainers         nomaintainer
# Quoth the web site: "Source code is copyrighted and uses 2-point BSD-like license which ais also called MIT/X11 License"
license             {BSD MIT}

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:project/fspclient/fspclient/${version}

checksums           rmd160  e27400dcb293dfb0e5eba8e78b5d33b88f5f7ad8 \
                    sha256  e1e1c8e7f3a88605916d385d5040b31f4ceaa5bb54f4d6331d140d8828255d15

depends_build       port:scons

patchfiles          patch-client_util.c

use_configure       no

variant universal {}

build.cmd           ${prefix}/bin/scons
build.target
build.args          CC="${configure.cc} [get_canonical_archflags cc]"
eval destroot.args  ${build.args}
build.args-append   prefix=${prefix}
destroot.destdir    prefix=${destroot}${prefix}

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

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