Ticket #19749: Portfile

File Portfile, 1.0 KB (added by x.macports.org@…, 15 years ago)

version and checksums for 0.10

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: Portfile 48920 2009-03-31 11:28:38Z ryandesign@macports.org $
3
4PortSystem          1.0
5
6name                urjtag
7version             0.10
8categories          cross devel
9maintainers         snc openmaintainer
10description         Universal JTAG library and tools
11long_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.
15homepage            http://urjtag.org/
16platforms           darwin
17master_sites        sourceforge
18checksums           md5 f7d1236a1e3ed2cf37cff1987f046195 \
19                    sha1 1e21f07d758e9e151d932e95c0b3b11fd178eace \
20                    rmd160 d22dcaf8447e594f5fbb25836df141e2a451760a
21
22depends_lib         port:libftdi
23
24configure.args-append   --without-ftd2xx --with-libftdi
25