# $Id: Portfile 67345 2010-05-06 11:12:20Z and.damore@macports.org $

PortSystem          1.0

name                pcb
version             20091103
categories          x11 graphics
maintainers         megacz.com:adam
description         Printed Circuit Board Layout Tool
long_description    PCB is an interactive printed circuit board editor for the \
                    X11 window system. PCB includes a rats nest feature, design \
                    rule checking, and can provide industry standard RS-274-X \
                    (Gerber), NC drill, and centroid data (X-Y data) output for \
                    use in the board fabrication and assembly process. PCB offers \
                    high end features such as an autorouter and trace optimizer \
                    which can tremendously reduce layout time.
homepage            http://pcb.sourceforge.net
master_sites        sourceforge
platforms           darwin
checksums           md5     659a13bffd2269d3a0f86508a7c1531b \
                    sha1    49b1bf551b0e4d8811abf55af515d77a59797e31 \
                    rmd160  6e0cd1a4e1bf92a403f3d805aa3b0649360cb04e

depends_run         bin:wish:tk
depends_lib         port:gtk2 \
                    port:gd2 \
                    port:dbus

configure.args      --mandir=${prefix}/share/man \
                    --infodir=${prefix}/share/info \
                    --disable-update-desktop-database \
                    --enable-dbus \
                    --disable-update-mime-database
