blob: e13681631b5db12cea449fbeca22e81ce5301e89 (
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
|
# $Id: Makefile,v 1.204 1999/07/21 11:23:16 marcel Exp $
#
SUBDIR += ElectricFence
SUBDIR += ORBacus
SUBDIR += ORBit
SUBDIR += SWIG
SUBDIR += SpecTcl
SUBDIR += a2dev
SUBDIR += amulet
SUBDIR += asl
SUBDIR += astyle
SUBDIR += autoconf
SUBDIR += automake
SUBDIR += bcc
SUBDIR += bison
SUBDIR += boehm-gc
SUBDIR += cccc
SUBDIR += cdk
SUBDIR += cflow
SUBDIR += clig
SUBDIR += cons
SUBDIR += crossgo32
SUBDIR += crossgo32-djgpp2
SUBDIR += crossgo32-djgpp2-pdcurses
SUBDIR += crossm68k
SUBDIR += crossm68k-devel
SUBDIR += crosssco
SUBDIR += cs
SUBDIR += cscope
SUBDIR += cssc
SUBDIR += ctags
SUBDIR += cutils
SUBDIR += cvslines
SUBDIR += cweb
SUBDIR += cxref
SUBDIR += ddd
SUBDIR += dmake
SUBDIR += doc++
SUBDIR += doxygen
SUBDIR += elftoaout
SUBDIR += f77flow
SUBDIR += fastcrc
SUBDIR += flick
SUBDIR += fpp
SUBDIR += ftnchek
SUBDIR += gaa
SUBDIR += gcc11
SUBDIR += gdbtk
SUBDIR += gettext
SUBDIR += gide
SUBDIR += gindent
SUBDIR += glade
SUBDIR += glib11
SUBDIR += glib11-devel
SUBDIR += glib12
SUBDIR += gmake
SUBDIR += gnustep
SUBDIR += gtksheet
SUBDIR += id-utils
SUBDIR += ilu
SUBDIR += jam
SUBDIR += ktranslator
SUBDIR += lclint
SUBDIR += libPropList
SUBDIR += libU77
SUBDIR += libcii
SUBDIR += libdlmalloc
SUBDIR += libffi
SUBDIR += libgetline
SUBDIR += libgnugetopt
SUBDIR += libgtop
SUBDIR += libmalloc
SUBDIR += libshhmsg
SUBDIR += libshhopt
SUBDIR += libslang
SUBDIR += libtool
SUBDIR += libxalloc
SUBDIR += linux_devtools
SUBDIR += linux_kdump
SUBDIR += m4
SUBDIR += m68kbinutils
SUBDIR += m68kgcc
SUBDIR += m68kgdb
SUBDIR += m68knewlib
SUBDIR += makedepend
SUBDIR += mico
SUBDIR += mkmf
SUBDIR += mm
SUBDIR += mprof
SUBDIR += nana
SUBDIR += nasm
SUBDIR += ncurses
SUBDIR += noweb
SUBDIR += omniORB
SUBDIR += p5-BSD-Resource
SUBDIR += p5-C-Scan
SUBDIR += p5-ConfigReader
SUBDIR += p5-Curses
SUBDIR += p5-Data-Flow
SUBDIR += p5-Data-ShowTable
SUBDIR += p5-Date-Manip
SUBDIR += p5-Devel-DProf
SUBDIR += p5-Devel-Peek
SUBDIR += p5-Devel-Symdump
SUBDIR += p5-Errno
SUBDIR += p5-File-BasicFlock
SUBDIR += p5-File-Lock
SUBDIR += p5-File-Slurp
SUBDIR += p5-File-Sync
SUBDIR += p5-File-Tools
SUBDIR += p5-Filter
SUBDIR += p5-FreezeThaw
SUBDIR += p5-Include
SUBDIR += p5-IniConf
SUBDIR += p5-IO-stringy
SUBDIR += p5-PV
SUBDIR += p5-Penguin
SUBDIR += p5-Penguin-Easy
SUBDIR += p5-Proc-Simple
SUBDIR += p5-ReadLine-Gnu
SUBDIR += p5-ReadLine-Perl
SUBDIR += p5-Religion
SUBDIR += p5-Resources
SUBDIR += p5-Sort-Versions
SUBDIR += p5-Storable
SUBDIR += p5-Term-Query
SUBDIR += p5-Term-ReadKey
SUBDIR += p5-Time
SUBDIR += p5-TimeDate
SUBDIR += p5-Time-HiRes
SUBDIR += p5-TraceFuncs
SUBDIR += patch
SUBDIR += pccts
SUBDIR += pcre
SUBDIR += pmake
SUBDIR += portcheckout
SUBDIR += portlint
SUBDIR += prcs
SUBDIR += pth
SUBDIR += py-kjbuckets
SUBDIR += py-mxDateTime
SUBDIR += py-mxStack
SUBDIR += py-mxTools
SUBDIR += qtarch
SUBDIR += qtez
SUBDIR += re2c
SUBDIR += rinfo
SUBDIR += sawt
SUBDIR += scogdb
SUBDIR += sfio
SUBDIR += shtool
SUBDIR += stlport
SUBDIR += swarm
SUBDIR += t1lib
SUBDIR += tclcheck
SUBDIR += tclcl
SUBDIR += tclgetopts
SUBDIR += templ
SUBDIR += tkcon
SUBDIR += tkcvs
SUBDIR += tkref
SUBDIR += tvision
SUBDIR += ups-debug
SUBDIR += vtcl
SUBDIR += xmake
SUBDIR += xwpe
SUBDIR += xxgdb
SUBDIR += yacl
.include <bsd.port.subdir.mk>
|