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 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup texane stlink 1.2.0 |
---|
8 | categories cross devel |
---|
9 | license BSD |
---|
10 | maintainers nomaintainer |
---|
11 | description Stlink Tools Texane |
---|
12 | long_description {Open source version of the STMicroelectronics Stlink Tools. |
---|
13 | Provide tools: st-flash, st-info, st-term, st-util.} |
---|
14 | |
---|
15 | platforms darwin |
---|
16 | |
---|
17 | checksums rmd160 72646788e3b4d45c7676471d1d19d5fcbbe525f9 \ |
---|
18 | sha256 b43dc6569c60cf0d8b44806776bdfa3fbb3e92f2154e6fdbdfeeb4e260ea5a6f |
---|
19 | |
---|
20 | use_autoreconf yes |
---|
21 | |
---|
22 | depends_lib-append path:lib/libusb-1.0.dylib:libusb |
---|
23 | |
---|
24 | #Does not default variant gui, it is crashing on Snow Leopard. |
---|
25 | #default_variants +gui |
---|
26 | variant gui description "Provide tool: stlink-gui" { |
---|
27 | configure.args-append --with-gtk |
---|
28 | depends_lib-append port:gtk3 |
---|
29 | depends_lib-append port:adwaita-icon-theme |
---|
30 | } |
---|