summaryrefslogtreecommitdiff
path: root/devel/Makefile
blob: bcf0310a2f816a275923a9c1e6d66e2e3fff3cb8 (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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
# $FreeBSD$
#

    SUBDIR += ElectricFence
    SUBDIR += ORBacus
    SUBDIR += ORBit
    SUBDIR += SN
    SUBDIR += SWIG
    SUBDIR += SWIG-devel
    SUBDIR += SpecTcl
    SUBDIR += a2dev
    SUBDIR += ac-archive
    SUBDIR += acpicatools
    SUBDIR += adabroker
    SUBDIR += agenda-headers
    SUBDIR += agenda-libs
    SUBDIR += agenda-snow-libs
    SUBDIR += agenda-static-libs
    SUBDIR += ald
    SUBDIR += allegro
    SUBDIR += amulet
    SUBDIR += anjuta
    SUBDIR += arm-aout-binutils
    SUBDIR += arm-aout-gcc295
    SUBDIR += arm-elf-binutils
    SUBDIR += arm-elf-gcc295
    SUBDIR += arm-rtems-binutils
    SUBDIR += arm-rtems-chill
    SUBDIR += arm-rtems-g77
    SUBDIR += arm-rtems-gcc
    SUBDIR += arm-rtems-gcj
    SUBDIR += arm-rtems-gdb
    SUBDIR += arm-rtems-objc
    SUBDIR += as80
    SUBDIR += asis
    SUBDIR += asl
    SUBDIR += asmutils
    SUBDIR += astyle
    SUBDIR += atk
    SUBDIR += atlas
    SUBDIR += autobook
    SUBDIR += autoconf
    SUBDIR += autoconf213
    SUBDIR += autodia
    SUBDIR += autogen
    SUBDIR += automake
    SUBDIR += automake14
    SUBDIR += avltree
    SUBDIR += avr-binutils
    SUBDIR += avr-gcc
    SUBDIR += avr-libc
    SUBDIR += avrprog
    SUBDIR += bcc
    SUBDIR += bcpp
    SUBDIR += bin86
    SUBDIR += bison
    SUBDIR += boaconstructor
    SUBDIR += boehm-gc
    SUBDIR += bonobo
    SUBDIR += bonobo-conf
    SUBDIR += bugbuddy
    SUBDIR += bugzilla
    SUBDIR += c2lib
    SUBDIR += c2man
    SUBDIR += c4
    SUBDIR += c_c++_reference
    SUBDIR += camlp4
    SUBDIR += cbrowser
    SUBDIR += cc65
    SUBDIR += cccc
    SUBDIR += ccdoc
    SUBDIR += cdecl
    SUBDIR += cdk
    SUBDIR += cervisia
    SUBDIR += cflow
    SUBDIR += clanlib
    SUBDIR += clig
    SUBDIR += clint
    SUBDIR += codecrusader
    SUBDIR += codemedic
    SUBDIR += commoncpp
    SUBDIR += cons
    SUBDIR += cons-test
    SUBDIR += cook
    SUBDIR += cppadvio
    SUBDIR += cproto
    SUBDIR += crossgo32
    SUBDIR += crossgo32-djgpp2
    SUBDIR += crossgo32-djgpp2-pdcurses
    SUBDIR += crossm68k
    SUBDIR += cs
    SUBDIR += cscope
    SUBDIR += cssc
    SUBDIR += ctags
    SUBDIR += cutils
    SUBDIR += cvs2cl
    SUBDIR += cvs2html
    SUBDIR += cvs2p4
    SUBDIR += cvsgraph
    SUBDIR += cvsmapfs
    SUBDIR += cvspadm
    SUBDIR += cvsstat
    SUBDIR += cvsutils
    SUBDIR += cvsweb
    SUBDIR += cvswrap
    SUBDIR += cweb
    SUBDIR += cxref
    SUBDIR += dbregc
    SUBDIR += ddd
    SUBDIR += devtodo
    SUBDIR += dia2code
    SUBDIR += diffconvert
    SUBDIR += dmake
    SUBDIR += dmalloc
    SUBDIR += doc++
    SUBDIR += domc
    SUBDIR += dotconf
    SUBDIR += doxygen
    SUBDIR += ebnf2yacc
    SUBDIR += ecgi
    SUBDIR += eieio
    SUBDIR += eieio-emacs20
    SUBDIR += elfio
    SUBDIR += elftoaout
    SUBDIR += elib-emacs
    SUBDIR += elib-emacs20
    SUBDIR += entity
    SUBDIR += error
    SUBDIR += f77flow
    SUBDIR += fam
    SUBDIR += fampp
    SUBDIR += fastcrc
    SUBDIR += fc++
    SUBDIR += ffcall
    SUBDIR += fhist
    SUBDIR += flick
    SUBDIR += flux
    SUBDIR += fnccheck
    SUBDIR += fnorb
    SUBDIR += fortran-utils
    SUBDIR += fpp
    SUBDIR += freelibiberty
    SUBDIR += freescope
    SUBDIR += frink
    SUBDIR += ftnchek
    SUBDIR += funnelweb
    SUBDIR += g-wrap
    SUBDIR += gaa
    SUBDIR += gcc-6811
    SUBDIR += gconf
    SUBDIR += gcvs
    SUBDIR += gdb51
    SUBDIR += gengameng
    SUBDIR += gengetopt
    SUBDIR += gettext
    SUBDIR += gettext-devel
    SUBDIR += getxml
    SUBDIR += gide
    SUBDIR += gindent
    SUBDIR += glade
    SUBDIR += glade--
    SUBDIR += glg
    SUBDIR += glib12
    SUBDIR += glib13
    SUBDIR += global
    SUBDIR += glui
    SUBDIR += gmake
    SUBDIR += gnomebuild
    SUBDIR += gnomecrash
    SUBDIR += gnomedebug
    SUBDIR += gnomevfs
    SUBDIR += gnustep
    SUBDIR += gnustep-make
    SUBDIR += gpasm
    SUBDIR += gperf
    SUBDIR += gtgt
    SUBDIR += gtranslator
    SUBDIR += gvd
    SUBDIR += happy
    SUBDIR += happydoc
    SUBDIR += hp48cc
    SUBDIR += hypersrc
    SUBDIR += i386-rtems-binutils
    SUBDIR += i386-rtems-chill
    SUBDIR += i386-rtems-g77
    SUBDIR += i386-rtems-gcc
    SUBDIR += i386-rtems-gcj
    SUBDIR += i386-rtems-gdb
    SUBDIR += i386-rtems-objc
    SUBDIR += i960-rtems-binutils
    SUBDIR += i960-rtems-gcc
    SUBDIR += i960-rtems-gdb
    SUBDIR += icu
    SUBDIR += id-utils
    SUBDIR += idlefork
    SUBDIR += ilu
    SUBDIR += imake
    SUBDIR += imake-4
    SUBDIR += inilib
    SUBDIR += ixlib
    SUBDIR += jakarta-ant
    SUBDIR += jam
    SUBDIR += kdbg
    SUBDIR += kdelibdocs
    SUBDIR += kdesdk
    SUBDIR += kdestudio
    SUBDIR += kdevelop
    SUBDIR += kelp
    SUBDIR += kimwitu
    SUBDIR += kimwitu++
    SUBDIR += korelib
    SUBDIR += kpp
    SUBDIR += ktranslator
    SUBDIR += lclint
    SUBDIR += lemon
    SUBDIR += leoarg
    SUBDIR += libPropList
    SUBDIR += libU77
    SUBDIR += libafterbase
    SUBDIR += libast
    SUBDIR += libavl
    SUBDIR += libcache
    SUBDIR += libcapsinetwork
    SUBDIR += libcii
    SUBDIR += libcoro
    SUBDIR += libdlmalloc
    SUBDIR += libdsp
    SUBDIR += libelf
    SUBDIR += libevent
    SUBDIR += libffi
    SUBDIR += libformat
    SUBDIR += libg++
    SUBDIR += libgetline
    SUBDIR += libgii
    SUBDIR += libglade
    SUBDIR += libgnugetopt
    SUBDIR += libgtop
    SUBDIR += libmalloc
    SUBDIR += libol
    SUBDIR += libole2
    SUBDIR += liboop
    SUBDIR += libshhmsg
    SUBDIR += libshhopt
    SUBDIR += libsigc++
    SUBDIR += libslang
    SUBDIR += libstrfunc
    SUBDIR += libtai
    SUBDIR += libtar
    SUBDIR += libtecla
    SUBDIR += libtool
    SUBDIR += libunicode
    SUBDIR += libusb
    SUBDIR += libuta
    SUBDIR += libvanessa_adt
    SUBDIR += libvanessa_logger
    SUBDIR += libvanessa_socket
    SUBDIR += libxalloc
    SUBDIR += lincvs
    SUBDIR += linguist
    SUBDIR += linux-libglade
    SUBDIR += linux-sdl12
    SUBDIR += linux_devtools
    SUBDIR += linux_kdump
    SUBDIR += linuxthreads
    SUBDIR += log4cpp
    SUBDIR += lwp
    SUBDIR += m4
    SUBDIR += m68k-rtems-binutils
    SUBDIR += m68k-rtems-chill
    SUBDIR += m68k-rtems-g77
    SUBDIR += m68k-rtems-gcc
    SUBDIR += m68k-rtems-gcj
    SUBDIR += m68k-rtems-gdb
    SUBDIR += m68k-rtems-objc
    SUBDIR += make++
    SUBDIR += makedepend
    SUBDIR += mico
    SUBDIR += mime
    SUBDIR += mingw
    SUBDIR += mingw-bin-msvcrt
    SUBDIR += mingw-binutils
    SUBDIR += mingw-gcc
    SUBDIR += mips-rtems-binutils
    SUBDIR += mips-rtems-chill
    SUBDIR += mips-rtems-g77
    SUBDIR += mips-rtems-gcc
    SUBDIR += mips-rtems-gcj
    SUBDIR += mips-rtems-objc
    SUBDIR += mipsel-linux-binutils
    SUBDIR += mipsel-linux-gcc
    SUBDIR += mipsel-linux-kernel-headers
    SUBDIR += mkcmd
    SUBDIR += mkmf
    SUBDIR += mm
    SUBDIR += mob
    SUBDIR += moonshine
    SUBDIR += motor
    SUBDIR += mprof
    SUBDIR += msrc0
    SUBDIR += nana
    SUBDIR += nasm
    SUBDIR += ncurses
    SUBDIR += newt
    SUBDIR += ngpt
    SUBDIR += noweb
    SUBDIR += nspr
    SUBDIR += oaf
    SUBDIR += objprelink
    SUBDIR += ocamlweb
    SUBDIR += omniORB
    SUBDIR += orbitcpp
    SUBDIR += p4.el
    SUBDIR += p4db
    SUBDIR += p5-Agent
    SUBDIR += p5-Algorithm-Diff
    SUBDIR += p5-Algorithm-MDiff
    SUBDIR += p5-Algorithm-MarkovChain
    SUBDIR += p5-Algorithm-Permute
    SUBDIR += p5-Alias
    SUBDIR += p5-AppConfig
    SUBDIR += p5-B-Graph
    SUBDIR += p5-BSD-Resource
    SUBDIR += p5-BSD-stat
    SUBDIR += p5-C-Scan
    SUBDIR += p5-Cache-Cache
    SUBDIR += p5-Carp-Assert
    SUBDIR += p5-Cdk
    SUBDIR += p5-Class-Accessor
    SUBDIR += p5-Class-Contract
    SUBDIR += p5-Class-Data-Inheritable
    SUBDIR += p5-Class-Date
    SUBDIR += p5-Class-Delegation
    SUBDIR += p5-Class-Fields
    SUBDIR += p5-Class-Loader
    SUBDIR += p5-Class-MethodMaker
    SUBDIR += p5-Class-ObjectTemplate
    SUBDIR += p5-Class-ObjectTemplate-DB
    SUBDIR += p5-Class-Singleton
    SUBDIR += p5-Class-Tom
    SUBDIR += p5-Config-Ini
    SUBDIR += p5-Config-IniFiles
    SUBDIR += p5-Config-Setting
    SUBDIR += p5-ConfigReader
    SUBDIR += p5-Curses
    SUBDIR += p5-Curses-Widgets
    SUBDIR += p5-Data-Compare
    SUBDIR += p5-Data-Flow
    SUBDIR += p5-Data-HexDump
    SUBDIR += p5-Data-ShowTable
    SUBDIR += p5-Data-TemporaryBag
    SUBDIR += p5-Date-Calc
    SUBDIR += p5-Date-DayOfWeek
    SUBDIR += p5-Date-Leapyear
    SUBDIR += p5-Date-Manip
    SUBDIR += p5-Date-Pcalc
    SUBDIR += p5-DateConvert
    SUBDIR += p5-Devel-Constants
    SUBDIR += p5-Devel-DProf
    SUBDIR += p5-Devel-Modlist
    SUBDIR += p5-Devel-Peek
    SUBDIR += p5-Devel-StackTrace
    SUBDIR += p5-Devel-Symdump
    SUBDIR += p5-Dialog
    SUBDIR += p5-Errno
    SUBDIR += p5-Event
    SUBDIR += p5-Exception-Class
    SUBDIR += p5-File-BasicFlock
    SUBDIR += p5-File-Binary
    SUBDIR += p5-File-Cache
    SUBDIR += p5-File-Lock
    SUBDIR += p5-File-MMagic
    SUBDIR += p5-File-ReadBackwards
    SUBDIR += p5-File-Remove
    SUBDIR += p5-File-Slurp
    SUBDIR += p5-File-Spec
    SUBDIR += p5-File-Sync
    SUBDIR += p5-File-Tail
    SUBDIR += p5-File-Temp
    SUBDIR += p5-File-Tools
    SUBDIR += p5-Filter
    SUBDIR += p5-Filter-CBC
    SUBDIR += p5-FreezeThaw
    SUBDIR += p5-Getopt-Declare
    SUBDIR += p5-Getopt-Long
    SUBDIR += p5-Glade-Perl
    SUBDIR += p5-Heap
    SUBDIR += p5-IO
    SUBDIR += p5-IO-String
    SUBDIR += p5-IO-Stty
    SUBDIR += p5-IO-Tty
    SUBDIR += p5-IO-stringy
    SUBDIR += p5-IPC-Cache
    SUBDIR += p5-IPC-Run
    SUBDIR += p5-IPC-ShareLite
    SUBDIR += p5-IPC-Shareable
    SUBDIR += p5-IPC-SharedCache
    SUBDIR += p5-Include
    SUBDIR += p5-Inline
    SUBDIR += p5-Inline-ASM
    SUBDIR += p5-Inline-CPP
    SUBDIR += p5-Inline-Filters
    SUBDIR += p5-Inline-Tcl
    SUBDIR += p5-Ioctl
    SUBDIR += p5-Locale-Maketext
    SUBDIR += p5-Locale-PGetText
    SUBDIR += p5-Locale-gettext
    SUBDIR += p5-LockFile-Simple
    SUBDIR += p5-Log-Agent
    SUBDIR += p5-Log-Dispatch
    SUBDIR += p5-Log-TraceMessages
    SUBDIR += p5-Mac-FileSpec-Unixish
    SUBDIR += p5-Make
    SUBDIR += p5-Memoize
    SUBDIR += p5-OLE-Storage_Lite
    SUBDIR += p5-ORBit
    SUBDIR += p5-POE
    SUBDIR += p5-POE-Component-Client-DNS
    SUBDIR += p5-POE-Component-Client-HTTP
    SUBDIR += p5-POE-Component-Client-Ping
    SUBDIR += p5-POE-Component-Client-UserAgent
    SUBDIR += p5-POE-Component-DBIAgent
    SUBDIR += p5-POE-Component-IKC
    SUBDIR += p5-POE-Component-IKC-ReallySimple
    SUBDIR += p5-POE-Component-IRC
    SUBDIR += p5-POE-Component-JobQueue
    SUBDIR += p5-POE-Component-Pcap
    SUBDIR += p5-POE-Component-RSS
    SUBDIR += p5-PV
    SUBDIR += p5-Params-Validate
    SUBDIR += p5-Parse-RecDescent
    SUBDIR += p5-Parse-Yapp
    SUBDIR += p5-Penguin
    SUBDIR += p5-Penguin-Easy
    SUBDIR += p5-PerlMenu
    SUBDIR += p5-Proc-Background
    SUBDIR += p5-Proc-Daemon
    SUBDIR += p5-Proc-ProcessTable
    SUBDIR += p5-Proc-Simple
    SUBDIR += p5-ReadLine-Gnu
    SUBDIR += p5-ReadLine-Perl
    SUBDIR += p5-Religion
    SUBDIR += p5-Resources
    SUBDIR += p5-Search-Binary
    SUBDIR += p5-Server-FastPL
    SUBDIR += p5-Set-NestedGroups
    SUBDIR += p5-Set-Object
    SUBDIR += p5-Set-Scalar
    SUBDIR += p5-Sort-Versions
    SUBDIR += p5-Storable
    SUBDIR += p5-String-Approx
    SUBDIR += p5-String-CRC32
    SUBDIR += p5-String-Checker
    SUBDIR += p5-String-Random
    SUBDIR += p5-String-RexxParse
    SUBDIR += p5-String-Similarity
    SUBDIR += p5-System2
    SUBDIR += p5-Term-ANSIColor
    SUBDIR += p5-Term-ProgressBar
    SUBDIR += p5-Term-Prompt
    SUBDIR += p5-Term-Query
    SUBDIR += p5-Term-ReadKey
    SUBDIR += p5-Term-Screen
    SUBDIR += p5-Term-Size
    SUBDIR += p5-Test-Harness
    SUBDIR += p5-Test-Simple
    SUBDIR += p5-Tie-Cache
    SUBDIR += p5-Tie-DB_FileLock
    SUBDIR += p5-Tie-IxHash
    SUBDIR += p5-Time
    SUBDIR += p5-Time-HiRes
    SUBDIR += p5-Time-Period
    SUBDIR += p5-TimeDate
    SUBDIR += p5-TraceFuncs
    SUBDIR += p5-VCS-CVS
    SUBDIR += p65
    SUBDIR += patch
    SUBDIR += pccts
    SUBDIR += pcl-cvs-emacs
    SUBDIR += pcl-cvs-emacs20
    SUBDIR += pcre
    SUBDIR += pcsc-lite
    SUBDIR += pear
    SUBDIR += pedisassem
    SUBDIR += perforce
    SUBDIR += perltidy
    SUBDIR += pharmacy
    SUBDIR += picprog
    SUBDIR += pinstall
    SUBDIR += pkgconfig
    SUBDIR += ply
    SUBDIR += pmake
    SUBDIR += popt
    SUBDIR += portcheckout
    SUBDIR += portlint
    SUBDIR += powerpc-rtems-binutils
    SUBDIR += powerpc-rtems-chill
    SUBDIR += powerpc-rtems-g77
    SUBDIR += powerpc-rtems-gcc
    SUBDIR += powerpc-rtems-gcj
    SUBDIR += powerpc-rtems-gdb
    SUBDIR += powerpc-rtems-objc
    SUBDIR += prcs
    SUBDIR += projectcenter.app
    SUBDIR += pth
    SUBDIR += pth-devel
    SUBDIR += ptl
    SUBDIR += py-ansistyle
    SUBDIR += py-coro
    SUBDIR += py-cxx
    SUBDIR += py-fileutils
    SUBDIR += py-game
    SUBDIR += py-grouch
    SUBDIR += py-htmlkit
    SUBDIR += py-kjbuckets
    SUBDIR += py-kqueue
    SUBDIR += py-mx-experimental
    SUBDIR += py-ncurses
    SUBDIR += py-omniorb
    SUBDIR += py-optik
    SUBDIR += py-orbit
    SUBDIR += py-pqueue
    SUBDIR += py-twisted
    SUBDIR += py-unit
    SUBDIR += py-xoltar-toolkit
    SUBDIR += pychecker
    SUBDIR += qt-designer
    SUBDIR += qtarch
    SUBDIR += qtez
    SUBDIR += qtk
    SUBDIR += re2c
    SUBDIR += regexx
    SUBDIR += rinfo
    SUBDIR += rlwrap
    SUBDIR += robodoc
    SUBDIR += rpc2
    SUBDIR += rtems-gcc
    SUBDIR += ruby-amstd
    SUBDIR += ruby-avl
    SUBDIR += ruby-bsearch
    SUBDIR += ruby-byaccr
    SUBDIR += ruby-calendar
    SUBDIR += ruby-cvs
    SUBDIR += ruby-date2
    SUBDIR += ruby-dialogs
    SUBDIR += ruby-dl
    SUBDIR += ruby-filelock
    SUBDIR += ruby-fileutils
    SUBDIR += ruby-flex_rb
    SUBDIR += ruby-fnmatch
    SUBDIR += ruby-gconf
    SUBDIR += ruby-gemfinder
    SUBDIR += ruby-gnustep
    SUBDIR += ruby-intl
    SUBDIR += ruby-lapidary
    SUBDIR += ruby-libglade
    SUBDIR += ruby-libgtop
    SUBDIR += ruby-locale
    SUBDIR += ruby-metaruby
    SUBDIR += ruby-mmap
    SUBDIR += ruby-mo
    SUBDIR += ruby-mock
    SUBDIR += ruby-optparse
    SUBDIR += ruby-property
    SUBDIR += ruby-racc
    SUBDIR += ruby-racc-runtime
    SUBDIR += ruby-rbison
    SUBDIR += ruby-rreadline
    SUBDIR += ruby-rudl
    SUBDIR += ruby-sdl
    SUBDIR += ruby-setup.rb
    SUBDIR += ruby-slang
    SUBDIR += ruby-strscan
    SUBDIR += ruby-sysvipc
    SUBDIR += ruby-textbuf
    SUBDIR += ruby-timex
    SUBDIR += ruby-tzfile
    SUBDIR += ruby-unit
    SUBDIR += rudiments
    SUBDIR += rvi
    SUBDIR += rvm
    SUBDIR += scandoc
    SUBDIR += sdcc
    SUBDIR += sdl10
    SUBDIR += sdl12
    SUBDIR += sdlmm
    SUBDIR += sdts++
    SUBDIR += sfio
    SUBDIR += sh-rtems-binutils
    SUBDIR += sh-rtems-chill
    SUBDIR += sh-rtems-g77
    SUBDIR += sh-rtems-gcc
    SUBDIR += sh-rtems-gcj
    SUBDIR += sh-rtems-gdb
    SUBDIR += sh-rtems-objc
    SUBDIR += shapelib
    SUBDIR += shtool
    SUBDIR += silc-toolkit
    SUBDIR += sip
    SUBDIR += soup
    SUBDIR += sparc-rtems-binutils
    SUBDIR += sparc-rtems-chill
    SUBDIR += sparc-rtems-g77
    SUBDIR += sparc-rtems-gcc
    SUBDIR += sparc-rtems-gcj
    SUBDIR += sparc-rtems-gdb
    SUBDIR += sparc-rtems-objc
    SUBDIR += spirit
    SUBDIR += st
    SUBDIR += stlport
    SUBDIR += str
    SUBDIR += strace
    SUBDIR += styx
    SUBDIR += swarm
    SUBDIR += swigruby
    SUBDIR += t1lib
    SUBDIR += tcl-memchan
    SUBDIR += tcl-neo
    SUBDIR += tclcheck
    SUBDIR += tclcl
    SUBDIR += tclgetopts
    SUBDIR += tcllib
    SUBDIR += tclreadline
    SUBDIR += tcltls
    SUBDIR += tdl
    SUBDIR += templ
    SUBDIR += terminality
    SUBDIR += tide
    SUBDIR += titano
    SUBDIR += tkcon
    SUBDIR += tkcvs
    SUBDIR += tkref
    SUBDIR += tmake
    SUBDIR += trio
    SUBDIR += tvision
    SUBDIR += uclmmbase
    SUBDIR += ucpp
    SUBDIR += uds
    SUBDIR += uisp
    SUBDIR += uml
    SUBDIR += understand_ada
    SUBDIR += understand_c
    SUBDIR += ups-debug
    SUBDIR += varconf
    SUBDIR += vb2c
    SUBDIR += veepee
    SUBDIR += viewcvs
    SUBDIR += vtcl
    SUBDIR += xmake
    SUBDIR += xparam
    SUBDIR += xtl
    SUBDIR += xwpe
    SUBDIR += xxgdb
    SUBDIR += yacl
    SUBDIR += zthread
    SUBDIR += zziplib

.include <bsd.port.subdir.mk>