1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name pcb |
---|
6 | version 20091103 |
---|
7 | categories x11 graphics science electronics |
---|
8 | maintainers megacz.com:adam |
---|
9 | description PCB board layout editor |
---|
10 | description Printed Circuit Board Layout Tool |
---|
11 | long_description PCB is an interactive printed circuit board editor for the \ |
---|
12 | X11 window system. PCB includes a rats nest feature, design \ |
---|
13 | rule checking, and can provide industry standard RS-274-X \ |
---|
14 | (Gerber), NC drill, and centroid data (X-Y data) output for \ |
---|
15 | use in the board fabrication and assembly process. PCB offers \ |
---|
16 | high end features such as an autorouter and trace optimizer \ |
---|
17 | which can tremendously reduce layout time. |
---|
18 | homepage http://pcb.sourceforge.net |
---|
19 | master_sites sourceforge |
---|
20 | platforms darwin |
---|
21 | checksums md5 659a13bffd2269d3a0f86508a7c1531b |
---|
22 | |
---|
23 | depends_run bin:wish:tk |
---|
24 | depends_lib port:gtk2 port:m4 port:xrender port:libiconv port:gettext port:pkgconfig port:glib2 port:dbus port:guile |
---|
25 | |
---|
26 | |
---|
27 | configure.args --mandir=${prefix}/share/man \ |
---|
28 | --infodir=${prefix}/share/info \ |
---|
29 | --disable-upate-xdg-database |
---|
30 | |
---|
31 | variant gtk2 description {Builds version with full GTK2 support} |
---|
32 | depends_lib-append port:dbus port:dbus-glib port:desktop-file-utils |
---|
33 | configure.args-delete --disable-upate-xdg-database |
---|
34 | |
---|
35 | |
---|
36 | |
---|
37 | configure.args --mandir=${prefix}/share/man \ |
---|
38 | --infodir=${prefix}/share/info |
---|