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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name libftdi |
---|
7 | version 0.15 |
---|
8 | categories devel |
---|
9 | maintainers nomaintainer@macports.org |
---|
10 | description A library to talk to FTDI chips |
---|
11 | long_description A library to talk to FTDI chips: \ |
---|
12 | FT232BM/245BM, FT2232C/D and FT232/245R \ |
---|
13 | using libusb, including the popular bitbang mode. \ |
---|
14 | The license is LGPL. |
---|
15 | homepage http://www.intra2net.com/de/produkte/opensource/ftdi |
---|
16 | platforms darwin |
---|
17 | master_sites http://www.intra2net.com/de/produkte/opensource/ftdi/TGZ/ |
---|
18 | checksums md5 d585c9758cb7085a4448c7c4ece07d8e \ |
---|
19 | sha1 d77965b599e1f175342d8fd54ef4ecae4f757d03 \ |
---|
20 | rmd160 179146d23bde3e4cddd6c25ab3bf81e1edf7bdf7 |
---|
21 | |
---|
22 | depends_lib port:libusb |
---|