Makefile.inc.docports revision 96822
1# $FreeBSD: head/release/Makefile.inc.docports 96822 2002-05-17 19:01:21Z bmah $
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#
12MINIMALDOCPORTS= \
13	ports/Mk \
14	ports/archivers/unzip \
15	ports/converters/libiconv \
16	ports/devel/gettext \
17	ports/devel/gmake \
18	ports/devel/libtool \
19	ports/devel/pkgconfig \
20	ports/graphics/gd \
21	ports/graphics/peps \
22	ports/graphics/jbigkit \
23	ports/graphics/jpeg \
24	ports/graphics/netpbm \
25	ports/graphics/png \
26	ports/graphics/scr2png \
27	ports/graphics/tiff \
28	ports/print/freetype2 \
29	ports/print/ghostscript-gnu \
30	ports/textproc/docbook \
31	ports/textproc/docbook-241 \
32	ports/textproc/docbook-300 \
33	ports/textproc/docbook-310 \
34	ports/textproc/docbook-400 \
35	ports/textproc/docbook-410 \
36	ports/textproc/docproj \
37	ports/textproc/dsssl-docbook-modular \
38	ports/textproc/expat2 \
39	ports/textproc/html \
40	ports/textproc/iso8879 \
41	ports/textproc/libxml2 \
42	ports/textproc/libxslt \
43	ports/textproc/linuxdoc \
44	ports/textproc/mkcatalog \
45	ports/textproc/sgmlformat \
46	ports/www/links \
47	ports/www/tidy
48.if ${MACHINE_ARCH} == "alpha"
49MINIMALDOCPORTS+=	ports/textproc/openjade
50.else
51MINIMALDOCPORTS+=	ports/textproc/jade
52.endif
53