Makefile.inc.docports revision 76278
1# $FreeBSD: head/release/Makefile.inc.docports 76278 2001-05-04 19:50:34Z joerg $
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.
6#
7# Note that these names are /not/ CVS module names but path
8# names, so the required part of the ports infrastructure will
9# be cvs co'ed accordingly.
10#
11MINIMALDOCPORTS= \
12	ports/Mk \
13	ports/archivers/unzip \
14	ports/devel/gettext \
15	ports/devel/gmake \
16	ports/devel/libtool \
17	ports/graphics/eps2png \
18	ports/graphics/jpeg \
19	ports/graphics/netpbm \
20	ports/graphics/png \
21	ports/graphics/tiff \
22	ports/print/ghostscript6 \
23	ports/textproc/docbook \
24	ports/textproc/docbook-241 \
25	ports/textproc/docbook-300 \
26	ports/textproc/docbook-310 \
27	ports/textproc/docbook-400 \
28	ports/textproc/docbook-410 \
29	ports/textproc/docproj \
30	ports/textproc/dsssl-docbook-modular \
31	ports/textproc/html \
32	ports/textproc/iso8879 \
33	ports/textproc/jade \
34	ports/textproc/linuxdoc \
35	ports/textproc/mkcatalog \
36	ports/textproc/sgmlformat \
37	ports/www/links \
38	ports/www/tidy
39