]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - release/Makefile.inc.docports
This commit was generated by cvs2svn to compensate for changes in r107588,
[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/archivers/unzip \
25         ports/converters/libiconv \
26         ports/devel/bison \
27         ports/devel/gettext \
28         ports/devel/gmake \
29         ports/devel/libtool \
30         ports/devel/pkgconfig \
31         ports/graphics/gd \
32         ports/graphics/jbigkit \
33         ports/graphics/jpeg \
34         ports/graphics/netpbm \
35         ports/graphics/peps \
36         ports/graphics/png \
37         ports/graphics/scr2png \
38         ports/textproc/scr2txt \
39         ports/graphics/tiff \
40         ports/lang/perl5 \
41         ports/print/freetype2 \
42         ports/print/ghostscript-gnu \
43         ports/textproc/docbook \
44         ports/textproc/docbook-241 \
45         ports/textproc/docbook-300 \
46         ports/textproc/docbook-310 \
47         ports/textproc/docbook-400 \
48         ports/textproc/docbook-410 \
49         ports/textproc/docproj \
50         ports/textproc/dsssl-docbook-modular \
51         ports/textproc/expat2 \
52         ports/textproc/html \
53         ports/textproc/iso8879 \
54         ports/textproc/libxml2 \
55         ports/textproc/libxslt \
56         ports/textproc/linuxdoc \
57         ports/textproc/mkcatalog \
58         ports/textproc/sgmlformat \
59         ports/textproc/xhtml \
60         ports/www/links1 \
61         ports/www/tidy
62 .if ${OSVERSION} < 460101 || ( ${OSVERSION} >= 500000 && ${OSVERSION} < 500036 )
63 MINIMALDOCPORTS+=       ports/textproc/sed_inplace
64 .endif
65 .if ${MACHINE_ARCH} != "i386"
66 MINIMALDOCPORTS+=       ports/textproc/openjade
67 .else
68 MINIMALDOCPORTS+=       ports/textproc/jade
69 .endif