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