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 | PortSystem 1.0 |
---|
4 | name lpc21isp |
---|
5 | version 1.64 |
---|
6 | categories cross devel |
---|
7 | maintainers nomaintainer@macports.org |
---|
8 | description a NXP MCU programmer |
---|
9 | long_description In-circuit programming (ISP) tool for the NXP (Philips) \ |
---|
10 | LPC2000 series ARM7 microcontrollers |
---|
11 | homepage http://lpc21isp.sourceforge.net/ |
---|
12 | platforms darwin |
---|
13 | master_sites sourceforge |
---|
14 | checksums md5 3dda91f9bac1568d43b6217e19501be8 \ |
---|
15 | sha1 4ad1ba8aef99ac00191c81ebb863f7e04415eb45 \ |
---|
16 | rmd160 49c5355dcfbe14b18eae324b57529458fc1d3deb |
---|
17 | |
---|
18 | use_configure no |
---|
19 | |
---|
20 | pre-build { |
---|
21 | system "make -C ${worksrcpath} clean" |
---|
22 | } |
---|
23 | |
---|
24 | destroot { |
---|
25 | xinstall -m 755 ${worksrcpath}/lpc21isp \ |
---|
26 | ${destroot}${prefix}/bin |
---|
27 | } |
---|