diff options
author | hrs <hrs@FreeBSD.org> | 2007-04-29 15:20:02 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2007-04-29 15:20:02 +0800 |
commit | 81ee8efa1ae7a43f498636dc1e7bf0220a4ccb0d (patch) | |
tree | da321a005e92a11a7892e8b760491cdf04fe399c /cad/Makefile | |
parent | 45dc78a1c39f0053600099826961f8ac26e2021e (diff) | |
download | freebsd-ports-gnome-81ee8efa1ae7a43f498636dc1e7bf0220a4ccb0d.tar.gz freebsd-ports-gnome-81ee8efa1ae7a43f498636dc1e7bf0220a4ccb0d.tar.zst freebsd-ports-gnome-81ee8efa1ae7a43f498636dc1e7bf0220a4ccb0d.zip |
GDT (graphics data text) format translator written in C/C++ that
converts a binary gdsii file to a text format that is compact and
easy to parse.
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 813346e113b7..195ef3646a37 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -24,6 +24,7 @@ SUBDIR += findhier SUBDIR += freehdl SUBDIR += gdsreader + SUBDIR += gdt SUBDIR += geda SUBDIR += geda-docs SUBDIR += geda-examples |