Ticket #31932: Portfile

File Portfile, 1.3 KB (added by rudloff@…, 13 years ago)
Line 
1# -*- 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
2# $Id$
3
4PortSystem                      1.0
5
6name                    filezilla
7version                                 3.5.1
8categories                      www aqua
9platforms                       darwin
10maintainers             strasweb.fr:rudloff \
11                                                        openmaintainer
12description                     Open-source FTP client
13long_description        FileZilla Client is a fast and reliable cross-platform FTP, FTPS and SFTP client with lots of useful features and an intuitive graphical user interface.
14homepage                        http://filezilla-project.org/
15license                                 GPL
16master_sites                    sourceforge
17checksums           sha1    e4b2048cf8740e05cfff8e444a9059f79784e3f6 \
18                                    rmd160  6f5c7e9db07cb1b5cc43de194f35a032a6f966b8
19depends_lib                     port:wxWidgets \
20                                                        port:libidn \
21                                                        port:gettext \
22                                                        port:pkgconfig \
23                                                        port:libgpg-error \
24                                                        port:libgcrypt \
25                                                        port:gnutls \
26                                                        port:sqlite3
27distname                                FileZilla_${version}_src
28use_bzip2                               yes
29worksrcdir                      ${name}-${version}
30
31#http://sourceforge.net/tracker/index.php?func=detail&aid=3031828&group_id=13559&atid=313559
32configure.args          --with-tinyxml=builtin \
33                                                        --disable-manualupdatecheck \
34                                                        --disable-autoupdatecheck
35
36build.cmd                               nice make
37
38destroot {
39        copy ${worksrcpath}/FileZilla.app ${destroot}${applications_dir}
40}