1 | # $Id: Portfile 67345 2010-05-06 11:12:20Z and.damore@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name pcb |
---|
6 | version 20100929 |
---|
7 | categories x11 graphics |
---|
8 | maintainers megacz.com:adam |
---|
9 | description Printed Circuit Board Layout Tool |
---|
10 | long_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. |
---|
17 | homepage http://pcb.sourceforge.net |
---|
18 | master_sites sourceforge |
---|
19 | platforms darwin |
---|
20 | checksums md5 4c71f5d1c40ad65539957748b88eb863 \ |
---|
21 | sha1 e7f921ba2af8d36d0d5f02eb3e49ce16f3d17cbe \ |
---|
22 | rmd160 516b4c9200a812b89aa41352dfec12446ccdd864 |
---|
23 | |
---|
24 | depends_run bin:wish:tk |
---|
25 | depends_lib port:gtk2 \ |
---|
26 | port:gd2 \ |
---|
27 | port:dbus |
---|
28 | |
---|
29 | configure.args --mandir=${prefix}/share/man \ |
---|
30 | --infodir=${prefix}/share/info \ |
---|
31 | --disable-update-desktop-database \ |
---|
32 | --enable-dbus \ |
---|
33 | --disable-update-mime-database |
---|