Ticket #18151: Portfile.4

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