]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - release/Makefile.inc.docports
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / release / Makefile.inc.docports
1 # $FreeBSD$
2 #
3 # List of (dependent) ports that are minimally required to be
4 # checked out from CVS in order to get ${DOCPORTS} built and
5 # installed.  It should follow the dependency list in
6 # ports/textproc/docproj/Makefile as much as feasible.
7 #
8 # Note that these names are /not/ CVS module names but path
9 # names, so the required part of the ports infrastructure will
10 # be cvs co'ed accordingly.
11 #
12 # This list of ports should be checked with the output of :
13 # make all-depends-list | sed -e 's|^/usr/||' | sed -e 's|$| \\|'
14 #
15
16 # Get __FreeBSD_version
17 .if !defined(OSVERSION)
18 OSVERSION!=     /sbin/sysctl -n kern.osreldate
19 .endif
20
21 MINIMALDOCPORTS= \
22         ports/Mk \
23         ports/Templates \
24         ports/Tools
25
26 MINIMALDOCPORTS+= \
27         ports/archivers/unzip \
28         ports/converters/libiconv \
29         ports/devel/autoconf267 \
30         ports/devel/autoconf-wrapper \
31         ports/devel/gettext \
32         ports/devel/gmake \
33         ports/devel/libtool22 \
34         ports/devel/m4 \
35         ports/devel/pkg-config \
36         ports/graphics/gd \
37         ports/graphics/jbigkit \
38         ports/graphics/jpeg \
39         ports/graphics/netpbm \
40         ports/graphics/png \
41         ports/graphics/scr2png \
42         ports/graphics/tiff \
43         ports/misc/help2man \
44         ports/print/freetype2 \
45         ports/print/ghostscript8 \
46         ports/print/ghostscript8-nox11 \
47         ports/print/gsfonts \
48         ports/textproc/docbook-410 \
49         ports/textproc/docbook-xml \
50         ports/textproc/docbook-xsl \
51         ports/textproc/docproj \
52         ports/textproc/dsssl-docbook-modular \
53         ports/textproc/expat2 \
54         ports/textproc/fixrtf \
55         ports/textproc/html \
56         ports/textproc/html2text \
57         ports/textproc/iso8879 \
58         ports/textproc/libxml2 \
59         ports/textproc/libxslt \
60         ports/textproc/linuxdoc \
61         ports/textproc/scr2txt \
62         ports/textproc/sdocbook-xml \
63         ports/textproc/xhtml \
64         ports/textproc/xmlcatmgr \
65         ports/textproc/xmlcharent \
66         ports/www/links1 \
67         ports/www/tidy
68
69 .if ${MACHINE_ARCH} != "i386"
70 MINIMALDOCPORTS+=       ports/textproc/openjade \
71                         ports/textproc/opensp
72 .else
73 MINIMALDOCPORTS+=       ports/textproc/jade
74 .endif
75
76 .if ${OSVERSION} < 500000
77 MINIMALDOCPORTS+= \
78         ports/converters/p5-MIME-Base64 \
79         ports/devel/p5-File-Spec \
80         ports/devel/p5-File-Temp \
81         ports/devel/p5-Test-Harness \
82         ports/devel/p5-Test-Simple \
83         ports/security/p5-Digest \
84         ports/security/p5-Digest-MD5 \
85         ports/textproc/p5-PodParser
86 .else
87 MINIMALDOCPORTS+= \
88         ports/lang/perl5.10
89 .endif