# $Id: Portfile 64763 2010-03-15 16:31:33Z nox@macports.org $

PortSystem          1.0

name                piklab
version             0.15.4
revision            3
categories          devel
maintainers         tds.net:jwbacon
description         PIC Microcontroller IDE
long_description    Piklab is an integrated development environment (IDE) for applications based on Microchip PIC and dsPIC microcontrollers similar to the MPLAB environment.
homepage            http://piklab.sourceforge.net/
platforms           darwin
master_sites        sourceforge
use_bzip2           yes

checksums           md5     34f61db5cf3987740582bde9142befe6 \
                    sha1    040c0ac454ef1e1f652effbe55affd953a0f9071 \
                    rmd160  375103026545d33f625ff142e90e6c853c7f5498

depends_lib     port:kdelibs3 port:libusb-compat port:jpeg port:readline

configure.args  QTDIR=${prefix}/lib/qt3 --without-arts

post-activate {
        ui_msg "
========================================================================
Piklab is an integrated development environment only.  You must install
a compiler (such as the sdcc port) separately.

See ${homepage} for details.

Piklab also requires X11, which can be installed from the installation
disc that came with your Mac.
========================================================================"
}
