Ticket #35261: Portfile.diff

File Portfile.diff, 2.2 KB (added by alexgrach, 12 years ago)
  • Portfile

    old new  
    1 # $Id: Portfile 64763 2010-03-15 16:31:33Z nox@macports.org $
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
     2# $Id$
    23
    34PortSystem          1.0
    45
    56name                piklab
    6 version             0.15.4
    7 revision            3
     7version             0.16.1
     8revision            0
    89categories          devel
    9 maintainers         tds.net:jwbacon
     10maintainers         bmstu.ru:gav
    1011description         PIC Microcontroller IDE
    1112long_description    Piklab is an integrated development environment (IDE) for applications based on Microchip PIC and dsPIC microcontrollers similar to the MPLAB environment.
    1213homepage            http://piklab.sourceforge.net/
     
    1415master_sites        sourceforge
    1516use_bzip2           yes
    1617
    17 checksums           md5     34f61db5cf3987740582bde9142befe6 \
    18                     sha1    040c0ac454ef1e1f652effbe55affd953a0f9071 \
    19                     rmd160  375103026545d33f625ff142e90e6c853c7f5498
     18checksums           md5     c8e33f5d7485fcb9877def78492cd5af \
     19                   sha1    21c01f5d8caa499169bbc18097f09e8c099694d0 \
     20                   rmd160  ea790ccaa8fff731f4371affd1c459edafa16cff
    2021
    21 depends_lib     port:kdelibs3 port:libusb-compat port:jpeg port:readline
     22depends_lib     port:qt4-mac port:kdelibs4 port:libusb-compat port:jpeg port:readline port:kate
    2223
    23 configure.args  QTDIR=${prefix}/lib/qt3 --without-arts
     24patchfiles      patch-src-common-port-hid_port.cpp.diff
    2425
     26configure.args  -DCMAKE_INSTALL_PREFIX=${prefix}
     27
     28configure {                                                                     
     29    xinstall -d -m 0755 ${build.dir}                                           
     30    system "cd ${build.dir} && cmake ${configure.args} ${worksrcpath}"         
     31}                                                                               
     32   
    2533post-activate {
    26         ui_msg "
     34       ui_msg "
    2735========================================================================
    2836Piklab is an integrated development environment only.  You must install
    2937a compiler (such as the sdcc port) separately.