blob: 4053acd6f209425bb6cad7e1a1aad1f8e944146a (
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
|
# $Id: Makefile,v 1.53 1999/05/26 08:03:27 tg Exp $
#
SUBDIR += agrep
SUBDIR += aspell
SUBDIR += br-ispell
SUBDIR += c2html
SUBDIR += catdoc
SUBDIR += dict
SUBDIR += docbook
SUBDIR += docbook-241
SUBDIR += docbook-300
SUBDIR += docbook-310
SUBDIR += docbook-xml
SUBDIR += docproj
SUBDIR += dsssl-docbook-modular
SUBDIR += dtd-catalogs
SUBDIR += glimpse
SUBDIR += grap
SUBDIR += gxditview
SUBDIR += htdig
SUBDIR += html
SUBDIR += info2html
SUBDIR += isearch
SUBDIR += iso12083
SUBDIR += iso8879
SUBDIR += ispell
SUBDIR += jade
SUBDIR += java2html
SUBDIR += latex2html
SUBDIR += libxml
SUBDIR += linuxdoc
SUBDIR += man2html
SUBDIR += mgdiff
SUBDIR += mswordview
SUBDIR += nfbtrans
SUBDIR += nicetext
SUBDIR += p5-XML-Parser
SUBDIR += par
SUBDIR += perl2html
SUBDIR += prag
SUBDIR += py-mxTextTools
SUBDIR += py-xml
SUBDIR += rman
SUBDIR += sar
SUBDIR += sgmlformat
SUBDIR += sgrep
SUBDIR += sp
SUBDIR += texi2html
SUBDIR += textutils
SUBDIR += tth
SUBDIR += txt2html
SUBDIR += unroff
SUBDIR += urlview
SUBDIR += wdiff
SUBDIR += word2x
SUBDIR += xml4j
SUBDIR += yodl
.include <bsd.port.subdir.mk>
|