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 96554d9 |
---|
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 | platforms darwin |
---|
14 | |
---|
15 | fetch.type git |
---|
16 | |
---|
17 | use_autoconf yes |
---|
18 | autoconf.cmd ${worksrcpath}/autogen.sh |
---|
19 | use_configure yes |
---|
20 | |
---|
21 | depends_build-append port:autogen |
---|
22 | depends_lib-append port:libusb |
---|
23 | |
---|
24 | #default_variants +gui |
---|
25 | variant gui description "Add stlink-gui" { |
---|
26 | configure.args-append --with-gtk-gui |
---|
27 | depends_lib-append port:gtk3 |
---|
28 | depends_lib-append port:adwaita-icon-theme |
---|
29 | } |
---|