diff options
author | pi <pi@FreeBSD.org> | 2016-02-01 14:23:42 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-02-01 14:23:42 +0800 |
commit | 144c73d4899d74dce469bcb7b0191f264a1a5088 (patch) | |
tree | 39697cf24995b7c5e0f2ff38d3f2660bc52f195b /cad/Makefile | |
parent | 0bfd07e5dc7cc27f3453a90d337d125bbd82be6d (diff) | |
download | freebsd-ports-gnome-144c73d4899d74dce469bcb7b0191f264a1a5088.tar.gz freebsd-ports-gnome-144c73d4899d74dce469bcb7b0191f264a1a5088.tar.zst freebsd-ports-gnome-144c73d4899d74dce469bcb7b0191f264a1a5088.zip |
New port: cad/fritzing
Fritzing is an Electronic Design Automation software with a low
entry barrier, suited for the needs of designers and artists. It
uses the metaphor of the breadboard, so that it is easy to transfer
your hardware sketch to the software. From there it is possible to
create PCB layouts for turning it into a robust PCB yourself or by
help of a manufacturer.
WWW: http://fritzing.org/
PR: 206697
Submitted by: lenzi.sergio@gmail.com
Diffstat (limited to 'cad/Makefile')
-rw-r--r-- | cad/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/Makefile b/cad/Makefile index 084e20cda4a8..65131219bc5b 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -25,6 +25,7 @@ SUBDIR += feappv SUBDIR += fidocadj SUBDIR += freehdl + SUBDIR += fritzing SUBDIR += gdsreader SUBDIR += gdt SUBDIR += geda |