Ticket #14583: Portfile

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