]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - release/Makefile.inc.docports
This commit was generated by cvs2svn to compensate for changes in r133488,
[FreeBSD/FreeBSD.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 .if exists(/sbin/sysctl)
19 OSVERSION!=     /sbin/sysctl -n kern.osreldate
20 .else
21 OSVERSION!=     /usr/sbin/sysctl -n kern.osreldate
22 .endif
23 .endif
24
25 MINIMALDOCPORTS= \
26         ports/Mk \
27         ports/Templates \
28         ports/Tools \
29         ports/archivers/unzip \
30         ports/converters/libiconv \
31         ports/devel/gettext \
32         ports/devel/gmake \
33         ports/devel/imake-4 \
34         ports/devel/libtool13 \
35         ports/devel/libtool15 \
36         ports/devel/p5-File-Spec \
37         ports/devel/p5-File-Temp \
38         ports/devel/pkgconfig \
39         ports/graphics/gd \
40         ports/graphics/jbigkit \
41         ports/graphics/jpeg \
42         ports/graphics/netpbm \
43         ports/graphics/peps \
44         ports/graphics/png \
45         ports/graphics/scr2png \
46         ports/graphics/tiff \
47         ports/lang/perl5 \
48         ports/print/freetype2 \
49         ports/print/ghostscript-gnu \
50         ports/print/ghostscript-gnu-nox11 \
51         ports/print/gsfonts \
52         ports/textproc/docbook \
53         ports/textproc/docbook-241 \
54         ports/textproc/docbook-300 \
55         ports/textproc/docbook-310 \
56         ports/textproc/docbook-400 \
57         ports/textproc/docbook-410 \
58         ports/textproc/docbook-xml \
59         ports/textproc/docbook-xsl \
60         ports/textproc/docproj \
61         ports/textproc/dsssl-docbook-modular \
62         ports/textproc/expat2 \
63         ports/textproc/html \
64         ports/textproc/iso8879 \
65         ports/textproc/libxml2 \
66         ports/textproc/libxslt \
67         ports/textproc/linuxdoc \
68         ports/textproc/scr2txt \
69         ports/textproc/sdocbook-xml \
70         ports/textproc/sgmlformat \
71         ports/textproc/xhtml \
72         ports/textproc/xmlcatmgr \
73         ports/www/links1 \
74         ports/www/tidy
75 .if ${OSVERSION} < 460101 || ( ${OSVERSION} >= 500000 && ${OSVERSION} < 500036 )
76 MINIMALDOCPORTS+=       ports/textproc/sed_inplace
77 .endif
78 .if ${MACHINE_ARCH} != "i386"
79 MINIMALDOCPORTS+=       ports/textproc/openjade \
80                         ports/textproc/opensp
81 .else
82 MINIMALDOCPORTS+=       ports/textproc/jade
83 .endif