Ticket #18395: Portfile

File Portfile, 1005 bytes (added by x.macports.org@…, 15 years ago)
Line 
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$
3PortSystem          1.0
4name                openocd
5
6version             0.1.0
7
8categories          cross devel
9maintainers         nomaintainer
10description         Open On-Chip Debugger
11long_description    The Open On-Chip Debugger (OpenOCD) aims to provide \
12                    debugging, in-system programming and boundary-scan \
13                    testing for embedded target devices. Built with support \
14                    for FT2232 based devices.
15homepage            http://openocd.berlios.de/
16platforms           darwin
17
18master_sites        http://download.berlios.de/openocd/
19
20checksums           md5 994b603d280ab85b5f255342c1d6b66c \
21                    sha1 149f8581c1e2482283d3126c4aac5793c2065db8 \
22                    rmd160 164ae54191d4e7b1908ecab7b9882938b3189402
23
24depends_lib             port:libftdi
25
26configure.args-append   --enable-ft2232_libftdi