]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - release/Makefile.inc.docports
This commit was generated by cvs2svn to compensate for changes in r98681,
[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 MINIMALDOCPORTS= \
13         ports/Mk \
14         ports/archivers/unzip \
15         ports/converters/libiconv \
16         ports/devel/bison \
17         ports/devel/gettext \
18         ports/devel/gmake \
19         ports/devel/libtool \
20         ports/devel/pkgconfig \
21         ports/graphics/gd \
22         ports/graphics/peps \
23         ports/graphics/jbigkit \
24         ports/graphics/jpeg \
25         ports/graphics/netpbm \
26         ports/graphics/png \
27         ports/graphics/scr2png \
28         ports/graphics/tiff \
29         ports/print/freetype2 \
30         ports/print/ghostscript-gnu \
31         ports/textproc/docbook \
32         ports/textproc/docbook-241 \
33         ports/textproc/docbook-300 \
34         ports/textproc/docbook-310 \
35         ports/textproc/docbook-400 \
36         ports/textproc/docbook-410 \
37         ports/textproc/docproj \
38         ports/textproc/dsssl-docbook-modular \
39         ports/textproc/expat2 \
40         ports/textproc/html \
41         ports/textproc/iso8879 \
42         ports/textproc/libxml2 \
43         ports/textproc/libxslt \
44         ports/textproc/linuxdoc \
45         ports/textproc/mkcatalog \
46         ports/textproc/sgmlformat \
47         ports/textproc/xhtml \
48         ports/www/links \
49         ports/www/tidy
50 .if ${MACHINE_ARCH} == "alpha"
51 MINIMALDOCPORTS+=       ports/textproc/openjade
52 .else
53 MINIMALDOCPORTS+=       ports/textproc/jade
54 .endif