Ticket #18364: Portfile

File Portfile, 973 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$
3
4PortSystem          1.0
5
6name                urjtag
7version             0.9
8categories          cross devel
9maintainers         nomaintainer
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 ee5638d956eb19a1b3266a52f18185a4 \
19                    sha1 030f345e11c61267ab7e4199b424693762d390b8 \
20                    rmd160 0b62fc67f8ef4f3b978592c5ef771db7042a55ed
21
22depends_lib             port:libftdi
23
24configure.args-append   --without-ftd2xx --with-libftdi
25