Ticket #18151: Portfile.2

File Portfile.2, 996 bytes (added by nerdling (Jeremy Lavergne), 15 years ago)

configure {} -> use_configure no, fixed some whitespace

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