blob: dee4cfb6bd50432d27bad9c490cc35ec86772115 (
plain)
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
|
# $NetBSD: Makefile,v 1.9 1997/10/27 02:04:00 hubertf Exp $
# FreeBSD Id: Makefile,v 1.117 1997/10/13 04:41:07 max Exp
#
SUBDIR += amanda
SUBDIR += astrolog
SUBDIR += buffer
SUBDIR += cal
SUBDIR += chord
SUBDIR += colorls
# SUBDIR += ctk # broken w/ tcl/tk V8.0 - HF
# SUBDIR += dejagnu # needs expect - HF
SUBDIR += dotfile
# SUBDIR += ecc # broken - HF
# SUBDIR += estic # left for someone w/ an Istec - HF
SUBDIR += fd
SUBDIR += fep
SUBDIR += figlet
SUBDIR += git
SUBDIR += gnuls
# SUBDIR += ical # broken w/ tcl/tk V8.0 - HF
SUBDIR += jive
SUBDIR += kp
SUBDIR += less
SUBDIR += libutf
SUBDIR += lile
SUBDIR += logsurfer
SUBDIR += mc
# SUBDIR += mmv
SUBDIR += most
SUBDIR += mshell # displays nothing, needs debugging - HF
SUBDIR += nwrite
SUBDIR += p5-Array-PrintCols
SUBDIR += p5-Business-CreditCard
SUBDIR += p5-Locale-Codes
SUBDIR += p5-Search
# SUBDIR += plan # requires Motif/Lesstif - HF
SUBDIR += rpm
SUBDIR += screen
SUBDIR += splitvt
SUBDIR += team
SUBDIR += tkcron
SUBDIR += tkinfo
# SUBDIR += tkman # needs rman, glimpse - HF
SUBDIR += unclutter
SUBDIR += viz
# SUBDIR += xcalendar
SUBDIR += xgas
SUBDIR += xless
# SUBDIR += xmaddressbook # needs Motif/Lesstif - HF
# SUBDIR += xopps # needs Motif/Lesstif - HF
SUBDIR += xpns
# SUBDIR += xtar # needs Motif/Lesstif - HF
SUBDIR += xtimer
SUBDIR += zorro
.include <bsd.port.subdir.mk>
|