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$ 2 3 3 4 PortSystem 1.0 4 5 5 6 name piklab 6 version 0.1 5.47 revision 37 version 0.16.1 8 revision 0 8 9 categories devel 9 maintainers tds.net:jwbacon10 maintainers bmstu.ru:gav 10 11 description PIC Microcontroller IDE 11 12 long_description Piklab is an integrated development environment (IDE) for applications based on Microchip PIC and dsPIC microcontrollers similar to the MPLAB environment. 12 13 homepage http://piklab.sourceforge.net/ … … 14 15 master_sites sourceforge 15 16 use_bzip2 yes 16 17 17 checksums md5 34f61db5cf3987740582bde9142befe6\18 sha1 040c0ac454ef1e1f652effbe55affd953a0f9071\19 rmd160 375103026545d33f625ff142e90e6c853c7f549818 checksums md5 c8e33f5d7485fcb9877def78492cd5af \ 19 sha1 21c01f5d8caa499169bbc18097f09e8c099694d0 \ 20 rmd160 ea790ccaa8fff731f4371affd1c459edafa16cff 20 21 21 depends_lib port: kdelibs3 port:libusb-compat port:jpeg port:readline22 depends_lib port:qt4-mac port:kdelibs4 port:libusb-compat port:jpeg port:readline port:kate 22 23 23 configure.args QTDIR=${prefix}/lib/qt3 --without-arts 24 patchfiles patch-src-common-port-hid_port.cpp.diff 24 25 26 configure.args -DCMAKE_INSTALL_PREFIX=${prefix} 27 28 configure { 29 xinstall -d -m 0755 ${build.dir} 30 system "cd ${build.dir} && cmake ${configure.args} ${worksrcpath}" 31 } 32 25 33 post-activate { 26 34 ui_msg " 27 35 ======================================================================== 28 36 Piklab is an integrated development environment only. You must install 29 37 a compiler (such as the sdcc port) separately.