Ticket #28006: Portfile

File Portfile, 1.5 KB (added by michael.theurl@…, 13 years ago)
Line 
1# $Id: Portfile 67345 2010-05-06 11:12:20Z and.damore@macports.org $
2
3PortSystem          1.0
4
5name                pcb
6version             20100929
7categories          x11 graphics
8maintainers         megacz.com:adam
9description         Printed Circuit Board Layout Tool
10long_description    PCB is an interactive printed circuit board editor for the \
11                    X11 window system. PCB includes a rats nest feature, design \
12                    rule checking, and can provide industry standard RS-274-X \
13                    (Gerber), NC drill, and centroid data (X-Y data) output for \
14                    use in the board fabrication and assembly process. PCB offers \
15                    high end features such as an autorouter and trace optimizer \
16                    which can tremendously reduce layout time.
17homepage            http://pcb.sourceforge.net
18master_sites        sourceforge
19platforms           darwin
20checksums           md5     4c71f5d1c40ad65539957748b88eb863 \
21                    sha1    e7f921ba2af8d36d0d5f02eb3e49ce16f3d17cbe \
22                    rmd160  516b4c9200a812b89aa41352dfec12446ccdd864
23
24depends_run         bin:wish:tk
25depends_lib         port:gtk2 \
26                    port:gd2 \
27                    port:dbus
28
29configure.args      --mandir=${prefix}/share/man \
30                    --infodir=${prefix}/share/info \
31                    --disable-update-desktop-database \
32                    --enable-dbus \
33                    --disable-update-mime-database