1 | # $Id: $ |
---|
2 | PortSystem 1.0 |
---|
3 | |
---|
4 | name piklab |
---|
5 | version 0.15.2 |
---|
6 | categories devel |
---|
7 | maintainers jwbacon@tds.net |
---|
8 | description PIC Microcontroller IDE |
---|
9 | long_description Piklab is an integrated development environment (IDE) for applications based on Microchip PIC and dsPIC microcontrollers similar to the MPLAB environment. |
---|
10 | homepage http://piklab.sourceforge.net/ |
---|
11 | platforms darwin |
---|
12 | master_sites sourceforge |
---|
13 | use_bzip2 yes |
---|
14 | use_configure yes |
---|
15 | |
---|
16 | checksums piklab-0.15.2.tar.bz2 md5 0b2f2154753ba53c74b470edb3fa6ded \ |
---|
17 | piklab-0.15.2.tar.bz2 sha1 9e41660279556ad70d2cccfb45b82519ba31ebc4 \ |
---|
18 | piklab-0.15.2.tar.bz2 rmd160 9b859974071cdd8fd3f260bf0eac00feadfc9140 |
---|
19 | |
---|
20 | depends_lib port:kdelibs3 port:libusb port:jpeg port:arts port:readline |
---|
21 | |
---|
22 | configure.args QTDIR=/opt/local/lib/qt3 |
---|
23 | |
---|
24 | post-activate { |
---|
25 | ui_msg " |
---|
26 | ======================================================================== |
---|
27 | Piklab is an integrated development environment only. You must install |
---|
28 | a compiler (such as the sdcc port) separately. |
---|
29 | |
---|
30 | See ${homepage} for details. |
---|
31 | |
---|
32 | Piklab also requires X11, which can be installed from the installation |
---|
33 | disc that came with your Mac. |
---|
34 | ========================================================================" |
---|
35 | } |
---|