# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup app 1.0 PortGroup bitbucket 1.0 PortGroup wxWidgets 1.0 bitbucket.setup bwalle usbprog-tools-classic 9f1d9be name usbprog version 0.2.1_20130825-hg-${bitbucket.version} categories cross maintainers lilalinux.net:macports description Tool for uploading and downloading firmwares to the usbprog device long_description Tool for uploading and downloading firmwares to the usbprog device. homepage https://bitbucket.org/bwalle/usbprog-tools-classic platforms darwin license GPL-2+ wxWidgets.use wxWidgets-3.0 depends_build port:autoconf \ port:automake \ port:libtool \ path:bin/pkg-config:pkgconfig depends_lib-append port:curl \ port:libusb-compat \ port:libxml2 \ port:readline \ port:${wxWidgets.port} checksums rmd160 0c306756ed8c977070c002f93c06b3810567b415 \ sha256 715704b9ee1b866669c9a7c6d991a45d726778f4d61df222882fe369a5af92d0 # ideally the icon should be fetched from upstream app.name usbprog app.executable usbprog-gui app.icon ${filespath}/usbprog_icon.png pre-configure { system -W ${worksrcpath} "./bootstrap" } configure.args --with-wxdir=${wxWidgets.wxdir}