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: Portfile 48920 2009-03-31 11:28:38Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name urjtag |
---|
7 | version 0.10 |
---|
8 | categories cross devel |
---|
9 | maintainers snc openmaintainer |
---|
10 | description Universal JTAG library and tools |
---|
11 | long_description UrJTAG aims to create an enhanced, modern tool for \ |
---|
12 | communicating over JTAG with flash chips, CPUs, and \ |
---|
13 | many more. It takes on the well proven openwince jtag \ |
---|
14 | tools code. |
---|
15 | homepage http://urjtag.org/ |
---|
16 | platforms darwin |
---|
17 | master_sites sourceforge |
---|
18 | checksums md5 f7d1236a1e3ed2cf37cff1987f046195 \ |
---|
19 | sha1 1e21f07d758e9e151d932e95c0b3b11fd178eace \ |
---|
20 | rmd160 d22dcaf8447e594f5fbb25836df141e2a451760a |
---|
21 | |
---|
22 | depends_lib port:libftdi |
---|
23 | |
---|
24 | configure.args-append --without-ftd2xx --with-libftdi |
---|
25 | |
---|