be07d2f546
This is a FEA program used in a classic FEM book. A complete (commercial) version is available here: <http://www.ce.berkeley.edu/~rlt/feap/> The "personal version" is very limited, but it keeps the same format as the complete (commercial) version and cad/netgen can produce files for it. PR: ports/95210 Submitted by: Pedro F. Giffuni <giffunip (at) asme.org>
69 lines
1.4 KiB
Makefile
69 lines
1.4 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = CAD tools
|
|
|
|
SUBDIR += admesh
|
|
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 += fandango
|
|
SUBDIR += feappv
|
|
SUBDIR += geda
|
|
SUBDIR += geda-symbols
|
|
SUBDIR += geda-symcheck
|
|
SUBDIR += geda-utils
|
|
SUBDIR += gerbv
|
|
SUBDIR += gmsh
|
|
SUBDIR += gnetlist
|
|
SUBDIR += gnucap
|
|
SUBDIR += gplcver
|
|
SUBDIR += gschem
|
|
SUBDIR += gtkwave
|
|
SUBDIR += gwave
|
|
SUBDIR += impact
|
|
SUBDIR += irsim
|
|
SUBDIR += iverilog
|
|
SUBDIR += kicad
|
|
SUBDIR += leocad
|
|
SUBDIR += libgeda
|
|
SUBDIR += linux-eagle
|
|
SUBDIR += linux-gid
|
|
SUBDIR += magic
|
|
SUBDIR += mars
|
|
SUBDIR += netgen
|
|
SUBDIR += ngspice_rework
|
|
SUBDIR += oregano
|
|
SUBDIR += pcb
|
|
SUBDIR += pdnmesh
|
|
SUBDIR += pythoncad
|
|
SUBDIR += qcad
|
|
SUBDIR += qcad-partslib
|
|
SUBDIR += qfsm
|
|
SUBDIR += qmls
|
|
SUBDIR += qucs
|
|
SUBDIR += sceptre
|
|
SUBDIR += scotch
|
|
SUBDIR += slffea
|
|
SUBDIR += spice
|
|
SUBDIR += systemc
|
|
SUBDIR += tkgate
|
|
SUBDIR += tochnog
|
|
SUBDIR += transcalc
|
|
SUBDIR += varkon
|
|
SUBDIR += vipec
|
|
SUBDIR += xcircuit
|
|
SUBDIR += z88
|
|
|
|
.include <bsd.port.subdir.mk>
|