15cbed5e11
It features some key concepts like macro recording, workbenches, ability to run as a server and dynamically loadable application extensions and it is designed to be platform independent. Warning: FreeCAD is still in ALPHA state and not in shape for end user usage! <http://juergen-riegel.net/FreeCAD/Docu/> Suggested by: Pedro F. Giffuni <giffunip (at) yahoo.com>
87 lines
1.8 KiB
Makefile
87 lines
1.8 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = CAD tools
|
|
|
|
SUBDIR += admesh
|
|
SUBDIR += adms
|
|
SUBDIR += alliance
|
|
SUBDIR += astk-client
|
|
SUBDIR += astk-serveur
|
|
SUBDIR += atlc
|
|
SUBDIR += brlcad
|
|
SUBDIR += calculix
|
|
SUBDIR += cascade
|
|
SUBDIR += chipmunk
|
|
SUBDIR += chipvault
|
|
SUBDIR += cider
|
|
SUBDIR += dinotrace
|
|
SUBDIR += dxf2fig
|
|
SUBDIR += electric
|
|
SUBDIR += electric-ng
|
|
SUBDIR += fandango
|
|
SUBDIR += feappv
|
|
SUBDIR += findhier
|
|
SUBDIR += freecad
|
|
SUBDIR += freehdl
|
|
SUBDIR += gdsreader
|
|
SUBDIR += gdt
|
|
SUBDIR += geda
|
|
SUBDIR += geda-docs
|
|
SUBDIR += geda-examples
|
|
SUBDIR += geda-gattrib
|
|
SUBDIR += geda-gschem
|
|
SUBDIR += geda-netlist
|
|
SUBDIR += geda-symbols
|
|
SUBDIR += geda-symcheck
|
|
SUBDIR += geda-utils
|
|
SUBDIR += gerbv
|
|
SUBDIR += gmsh
|
|
SUBDIR += gnucap
|
|
SUBDIR += gplcver
|
|
SUBDIR += gspiceui
|
|
SUBDIR += gtkwave
|
|
SUBDIR += gwave
|
|
SUBDIR += impact
|
|
SUBDIR += irsim
|
|
SUBDIR += iverilog
|
|
SUBDIR += jspice3
|
|
SUBDIR += kicad
|
|
SUBDIR += klayout
|
|
SUBDIR += leocad
|
|
SUBDIR += libgeda
|
|
SUBDIR += linux-eagle
|
|
SUBDIR += linux-gid
|
|
SUBDIR += magic
|
|
SUBDIR += mars
|
|
SUBDIR += netgen
|
|
SUBDIR += ngspice_rework
|
|
SUBDIR += opencascade
|
|
SUBDIR += opencascade-tutorial
|
|
SUBDIR += oregano
|
|
SUBDIR += p5-GDS2
|
|
SUBDIR += pcb
|
|
SUBDIR += pdnmesh
|
|
SUBDIR += pythoncad
|
|
SUBDIR += qcad
|
|
SUBDIR += qcad-partslib
|
|
SUBDIR += qfsm
|
|
SUBDIR += qmls
|
|
SUBDIR += qucs
|
|
SUBDIR += sceptre
|
|
SUBDIR += scotch
|
|
SUBDIR += scv
|
|
SUBDIR += slffea
|
|
SUBDIR += spice
|
|
SUBDIR += systemc
|
|
SUBDIR += tclspice
|
|
SUBDIR += tkgate
|
|
SUBDIR += tochnog
|
|
SUBDIR += transcalc
|
|
SUBDIR += varkon
|
|
SUBDIR += vipec
|
|
SUBDIR += xcircuit
|
|
SUBDIR += z88
|
|
|
|
.include <bsd.port.subdir.mk>
|