aboutsummaryrefslogtreecommitdiff
path: root/cad/Makefile
blob: ab08e3bff79c4a39837fd6ead94f357413bda72d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# $FreeBSD$
#

    COMMENT = CAD tools

    SUBDIR += admesh
    SUBDIR += adms
    SUBDIR += alliance
    SUBDIR += astk-client
    SUBDIR += astk-serveur
    SUBDIR += atlc
    SUBDIR += basicdsp
    SUBDIR += brickutils
    SUBDIR += brlcad
    SUBDIR += calculix
    SUBDIR += cascade
    SUBDIR += chipvault
    SUBDIR += cider
    SUBDIR += cura-engine
    SUBDIR += dinotrace
    SUBDIR += dxf2fig
    SUBDIR += electric
    SUBDIR += electric-ng
    SUBDIR += elmerfem
    SUBDIR += feappv
    SUBDIR += fidocadj
    SUBDIR += findhier
    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 += gmsh-occ
    SUBDIR += gnucap
    SUBDIR += gplcver
    SUBDIR += gspiceui
    SUBDIR += gtkwave
    SUBDIR += impact
    SUBDIR += irsim
    SUBDIR += iverilog
    SUBDIR += jspice3
    SUBDIR += kicad
    SUBDIR += kicad-devel
    SUBDIR += klayout
    SUBDIR += layouteditor
    SUBDIR += ldraw
    SUBDIR += leocad
    SUBDIR += libgeda
    SUBDIR += librecad
    SUBDIR += linux-eagle5
    SUBDIR += logisim
    SUBDIR += magic
    SUBDIR += meshdev
    SUBDIR += meshlab
    SUBDIR += netgen
    SUBDIR += ngspice_rework
    SUBDIR += opencascade
    SUBDIR += openscad
    SUBDIR += openvsp
    SUBDIR += p5-GDS2
    SUBDIR += p5-Verilog-Perl
    SUBDIR += pcb
    SUBDIR += pdnmesh
    SUBDIR += pythoncad
    SUBDIR += qcad
    SUBDIR += qcad-partslib
    SUBDIR += qelectrotech
    SUBDIR += qfsm
    SUBDIR += qmls
    SUBDIR += qucs
    SUBDIR += repsnapper
    SUBDIR += sceptre
    SUBDIR += scotch
    SUBDIR += slffea
    SUBDIR += spice
    SUBDIR += sweethome3d
    SUBDIR += tochnog
    SUBDIR += transcalc
    SUBDIR += varkon
    SUBDIR += verilog-mode.el
    SUBDIR += xcircuit
    SUBDIR += z88

.include <bsd.port.subdir.mk>