blob: 22e91f16942ab2dd0a896640cbbf8162247e3379 (
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
# $Id: Makefile,v 1.76 1999/05/09 17:15:51 shige Exp $
#
SUBDIR += AbiWord
SUBDIR += apel-emacs
SUBDIR += apel-emacs20
SUBDIR += apel-mule
SUBDIR += asedit
SUBDIR += axe
SUBDIR += beav
SUBDIR += bpatch
SUBDIR += cooledit
SUBDIR += custom-emacs
SUBDIR += custom-mule
SUBDIR += e93
SUBDIR += emacs
SUBDIR += emacs20
SUBDIR += emacs20-dl
SUBDIR += gnotepad+
SUBDIR += flim-emacs
SUBDIR += flim-emacs-current
SUBDIR += flim-emacs20
SUBDIR += flim-emacs20-current
SUBDIR += flim-mule
SUBDIR += flim-mule-current
SUBDIR += gxedit
SUBDIR += hexedit
SUBDIR += jed
SUBDIR += joe
SUBDIR += jove
SUBDIR += le
SUBDIR += leim20
SUBDIR += lpe
SUBDIR += muggy
SUBDIR += mule
SUBDIR += mule-common
SUBDIR += nedit
SUBDIR += nvi-m17n
SUBDIR += nvi-perl
SUBDIR += offix-editor
SUBDIR += psgml-emacs
SUBDIR += psgml-emacs20
SUBDIR += psgml-mule
SUBDIR += sam
SUBDIR += semi-emacs
SUBDIR += semi-emacs-current
SUBDIR += semi-emacs20
SUBDIR += semi-emacs20-current
SUBDIR += semi-mule
SUBDIR += semi-mule-current
SUBDIR += staroffice
SUBDIR += sted
SUBDIR += textedit
SUBDIR += the
SUBDIR += thoteditor
SUBDIR += uemacs
SUBDIR += uzap
SUBDIR += vile
SUBDIR += vilearn
SUBDIR += vim5
SUBDIR += wemi-emacs
SUBDIR += wemi-emacs-current
SUBDIR += wemi-emacs20
SUBDIR += wemi-emacs20-current
SUBDIR += wemi-mule
SUBDIR += wemi-mule-current
SUBDIR += wily
SUBDIR += wordperfect
SUBDIR += xcoral
SUBDIR += xed
SUBDIR += xemacs
SUBDIR += xemacs-mule
SUBDIR += xemacs-mule-common
SUBDIR += xemacs20
SUBDIR += xvile
SUBDIR += yudit
.include <bsd.port.subdir.mk>
|