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 | PortSystem 1.0 |
---|
4 | PortGroup bitbucket 1.0 |
---|
5 | |
---|
6 | bitbucket.setup DJOconnor fxload 20140224 RELEASE_ |
---|
7 | version 20140224 |
---|
8 | categories cross devel |
---|
9 | platforms darwin |
---|
10 | maintainers dons.net.au:darius |
---|
11 | description Cypress EZ-USB downloader |
---|
12 | long_description Firmware downloader for Cypress EZ-USB devices |
---|
13 | license GPL2 |
---|
14 | worksrcdir DJOConnor-fxload-5691a2bb9409 |
---|
15 | checksums rmd160 19a9c914d184fd8573fb39346e746b684b774ef9 \ |
---|
16 | sha256 7ed94cd0821d065bedd49311e7addcef0805a6412e64dbaa63ded9f0dea6946c |
---|
17 | depends_lib port:libusb-compat |
---|
18 | use_configure no |
---|
19 | |
---|
20 | variant universal {} |
---|
21 | |
---|
22 | build.args-append CC="${configure.cc} [get_canonical_archflags cc]" \ |
---|
23 | MP_CFLAGS="[get_canonical_archflags cc]" \ |
---|
24 | MP_LDFLAGS="[get_canonical_archflags ld]" |
---|
25 | |
---|
26 | destroot { |
---|
27 | xinstall -m 0555 -W ${worksrcpath} fxload ${destroot}${prefix}/bin |
---|
28 | xinstall -m 0444 -W ${worksrcpath} fxload.8 ${destroot}${prefix}/share/man/man8 |
---|
29 | } |
---|