Ticket #19157: Portfile

File Portfile, 1.1 KB (added by macports@…, 15 years ago)
Line 
1# -*- 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
2# $Id: Portfile 45065 2009-01-08 00:00:15Z macsforever2000@macports.org $
3
4PortSystem          1.0
5
6categories          cross
7
8name                usbprog
9version             0.1.8
10maintainers         lilalinux.net:macports
11description         Tool for uploading and downloading firmwares to the usbprog device
12long_description    Tool for uploading and downloading firmwares to the usbprog device.
13homepage            http://www.embedded-projects.net/index.php?page_id=191
14
15depends_lib-append  port:libusb \
16                    port:libxml \
17                    port:readline \
18                    port:wxWidgets \
19                    port:curl
20
21master_sites        http://download.berlios.de/usbprog/ \
22                    http://download2.berlios.de/usbprog/
23
24distfiles           usbprog-0.1.8.tar.gz
25
26checksums           md5 fd38b14ad532cc4317bd169ab1c65495 \
27                    sha1 275727fa2310dd4e104c8b4bb5f443da647e2d33 \
28                    rmd160 ec8f2d0efa1c69e8136e64933afb04ef2d546798
29
30use_configure       yes