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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name filezilla |
---|
7 | version 3.5.1 |
---|
8 | categories www aqua |
---|
9 | platforms darwin |
---|
10 | maintainers strasweb.fr:rudloff \ |
---|
11 | openmaintainer |
---|
12 | description Open-source FTP client |
---|
13 | long_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. |
---|
14 | homepage http://filezilla-project.org/ |
---|
15 | license GPL |
---|
16 | master_sites sourceforge |
---|
17 | checksums sha1 e4b2048cf8740e05cfff8e444a9059f79784e3f6 \ |
---|
18 | rmd160 6f5c7e9db07cb1b5cc43de194f35a032a6f966b8 |
---|
19 | depends_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 |
---|
27 | distname FileZilla_${version}_src |
---|
28 | use_bzip2 yes |
---|
29 | worksrcdir ${name}-${version} |
---|
30 | |
---|
31 | #http://sourceforge.net/tracker/index.php?func=detail&aid=3031828&group_id=13559&atid=313559 |
---|
32 | configure.args --with-tinyxml=builtin \ |
---|
33 | --disable-manualupdatecheck \ |
---|
34 | --disable-autoupdatecheck |
---|
35 | |
---|
36 | build.cmd nice make |
---|
37 | |
---|
38 | destroot { |
---|
39 | copy ${worksrcpath}/FileZilla.app ${destroot}${applications_dir} |
---|
40 | } |
---|