# -*- 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: Portfile 54147 2009-07-21 23:52:48Z brett@macports.org $

PortSystem          1.0

name                usbprog
categories          cross
version             0.1.8
revision            2
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            http://www.embedded-projects.net/index.php?page_id=191
platforms           darwin

depends_lib-append  port:libusb-compat \
                    port:libxml \
                    port:readline \
                    port:wxWidgets \
                    port:curl

master_sites        http://download.berlios.de/usbprog/ \
                    http://download2.berlios.de/usbprog/

patchfiles          patch-gui-usbprogApp.cc.diff

checksums           md5 fd38b14ad532cc4317bd169ab1c65495 \
                    sha1 275727fa2310dd4e104c8b4bb5f443da647e2d33 \
                    rmd160 ec8f2d0efa1c69e8136e64933afb04ef2d546798

use_configure       yes
