diff options
author | hrs <hrs@FreeBSD.org> | 2011-01-05 15:58:25 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2011-01-05 15:58:25 +0800 |
commit | 6b4ddd6d61efcedbf0a05723658d40212bddca37 (patch) | |
tree | ce45dd7d5b1dbbf64ea0c4afbd7e0c3a0c8a8d7c /cad/Makefile | |
parent | 5c9e1922e5420d17fb3027c319d4f9da0ccd4fb8 (diff) | |
download | freebsd-ports-gnome-6b4ddd6d61efcedbf0a05723658d40212bddca37.tar.gz freebsd-ports-gnome-6b4ddd6d61efcedbf0a05723658d40212bddca37.tar.zst freebsd-ports-gnome-6b4ddd6d61efcedbf0a05723658d40212bddca37.zip |
Add cad/layouteditor, an IC/MEMS layout editor with the following features:
all angle, font generator, macros, boolean operations, design rule checker,
crossplatform compatible. This supports Calma GDSII, OASIS (Open Artwork
System Interchange Standard), DXF, CIF (Caltech Intermediate Form).
WWW: http://www.layouteditor.net/index.html
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 66ad406b49de..befef96cccc4 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -51,6 +51,7 @@ SUBDIR += kicad-devel SUBDIR += kicad-library SUBDIR += klayout + SUBDIR += layouteditor SUBDIR += leocad SUBDIR += libgeda SUBDIR += linux-eagle5 |